diff options
Diffstat (limited to 'src/map.hh')
| -rw-r--r-- | src/map.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ enum : int { PRIORITY_BOTTOM = 2, PRIORITY_TOP = 3, PRIORITY_CREATURE = 4, - PRIORITY_OTHER = 5, + PRIORITY_LOW = 5, }; struct Object { |
