aboutsummaryrefslogtreecommitdiff
path: root/src/map.hh
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-12 02:09:27 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-12 02:09:27 -0300
commit05ec30b99472e8c17cd33c29d0e7859e02dc9fc8 (patch)
treeddeb2236778e69c4bc35a5c4e85d2e5e88dd737e /src/map.hh
parent60b89174c6b6300079344267bae60d74347e1fa5 (diff)
downloadgame-05ec30b99472e8c17cd33c29d0e7859e02dc9fc8.tar.gz
game-05ec30b99472e8c17cd33c29d0e7859e02dc9fc8.zip
more work on `operate.cc`
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 {