diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index b5becbf7a..49337b5da 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -104,7 +104,7 @@ class Being notfinal : public ActorSprite, CRITICAL = 10, FLEE = 11, TOUCH_SKILL = 12, -//? SKILL = 0xff, +// SKILL = 0xff, MISS = 0xffff // pseudo value for miss attacks }; |