summaryrefslogtreecommitdiffhomepage
path: root/src/object-type.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-21 12:28:11 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-21 12:28:11 +0200
commit829ed2b6d796ecff5e5d998f2e57c8159e837714 (patch)
tree72675e3521f7300316eb7e5767294a94ddb4f6b5 /src/object-type.hpp
parent335d131f3bb8cbd09ab3e8bd59846a0cc799043d (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 35b25ccf..6ff4e3a0 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, hole, COUNT,
};
template<typename T> struct object_type_;