diff options
author | Mumbles <mumbles@qt-ro.com> | 2013-11-17 14:14:51 -0800 |
---|---|---|
committer | Mumbles <mumbles@qt-ro.com> | 2013-11-18 08:48:12 -0800 |
commit | 0a24a4bb6340459a6128c39d13ab1bf37a5bc6b8 (patch) | |
tree | 3c83961c522812d2a15150b181332065a58b3f2e /src/map/mob.h | |
parent | 0839d5126e62ba9ad0ddf4fe8b548483fbb1c746 (diff) | |
download | hercules-0a24a4bb6340459a6128c39d13ab1bf37a5bc6b8.tar.gz hercules-0a24a4bb6340459a6128c39d13ab1bf37a5bc6b8.tar.bz2 hercules-0a24a4bb6340459a6128c39d13ab1bf37a5bc6b8.tar.xz hercules-0a24a4bb6340459a6128c39d13ab1bf37a5bc6b8.zip |
Corrected size-related constant names and cleaned up comments (closes #222).
Diffstat (limited to 'src/map/mob.h')
-rw-r--r-- | src/map/mob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mob.h b/src/map/mob.h index 61f718c30..110d027ef 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -63,8 +63,8 @@ enum MobDamageLogFlag }; enum size { - SZ_SMALL = 0, - SZ_MEDIUM, + SZ_MEDIUM = 0, + SZ_SMALL, SZ_BIG, }; |