diff options
Diffstat (limited to 'src/object-type.hpp')
-rw-r--r-- | src/object-type.hpp | 2 |
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_; |