From 0eb1b95bd42c39e9b132a06435dbc7a3612df157 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 23 Jan 2024 09:17:33 +0100 Subject: a --- src/object-type.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3