summaryrefslogtreecommitdiff
path: root/src/monster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/monster.h')
-rw-r--r--src/monster.h4
1 files changed, 2 insertions, 2 deletions
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:
/**