aboutsummaryrefslogtreecommitdiff
path: root/src/map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.hh')
-rw-r--r--src/map.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.hh b/src/map.hh
index e1a9e22..8989f05 100644
--- a/src/map.hh
+++ b/src/map.hh
@@ -26,7 +26,7 @@ enum : int {
PRIORITY_BOTTOM = 2,
PRIORITY_TOP = 3,
PRIORITY_CREATURE = 4,
- PRIORITY_OTHER = 5,
+ PRIORITY_LOW = 5,
};
struct Object {