From c6915bd4a4fc4702094e5e6070b62651bb97bfdb Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Thu, 13 Mar 2008 12:11:54 +0000 Subject: included cassert header and fixed grammar in a comment. --- src/monster.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/monster.h') diff --git a/src/monster.h b/src/monster.h index ecf7ad51..bde99ed6 100644 --- a/src/monster.h +++ b/src/monster.h @@ -62,10 +62,10 @@ class Monster : public Being getInfo() const; /** - * Gets the way the monster is blocked for other objects + * Gets the way the monster is blocked by other objects */ virtual unsigned char getWalkMask() const - { return 0x83; } // blocked walls, other monsters and players ( bin 1000 0011) + { return 0x83; } // blocked by walls, other monsters and players ( bin 1000 0011) protected: /** -- cgit v1.2.3-70-g09d2