From 05ec30b99472e8c17cd33c29d0e7859e02dc9fc8 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Thu, 12 Jun 2025 02:09:27 -0300 Subject: more work on `operate.cc` --- src/map.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.hh') 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 { -- cgit v1.2.3