summaryrefslogtreecommitdiffhomepage
path: root/src/object-type.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-23 09:17:33 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-23 09:17:33 +0100
commit0eb1b95bd42c39e9b132a06435dbc7a3612df157 (patch)
tree0f602e629254c4f5c075be656a8ae43f0a22caea /src/object-type.hpp
parent7ba22b6f3748a06f026d0e73a650bc9e10ec2268 (diff)
a
Diffstat (limited to 'src/object-type.hpp')
-rw-r--r--src/object-type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-type.hpp b/src/object-type.hpp
index 8c84c31a..d723e4ba 100644
--- a/src/object-type.hpp
+++ b/src/object-type.hpp
@@ -3,7 +3,7 @@
namespace floormat {
enum class object_type : unsigned char {
- none, critter, scenery, light, COUNT,
+ none, critter, scenery, light, door_new, COUNT,
};
} // namespace floormat