diff options
Diffstat (limited to 'src/common/mmo.hpp')
-rw-r--r-- | src/common/mmo.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mmo.hpp b/src/common/mmo.hpp index a04fd34..14b8bac 100644 --- a/src/common/mmo.hpp +++ b/src/common/mmo.hpp @@ -78,7 +78,7 @@ struct item struct point { - char map[24]; + char map_[16]; short x, y; }; |