diff options
Diffstat (limited to 'src/flooritem.h')
-rw-r--r-- | src/flooritem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flooritem.h b/src/flooritem.h index 65fdbcfb4..c884d8db3 100644 --- a/src/flooritem.h +++ b/src/flooritem.h @@ -52,8 +52,8 @@ class FloorItem final : public ActorSprite void postInit(Map *const map, int subX, int subY); - Type getType() const override final A_WARN_UNUSED - { return FLOOR_ITEM; } + ActorType::Type getType() const override final A_WARN_UNUSED + { return ActorType::FLOOR_ITEM; } void draw(Graphics *const graphics, const int offsetX, const int offsetY) const override final; |