From 0a39e956218ca15bf78803f89141c7c9dfcec0d9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Sep 2014 23:58:39 +0300 Subject: Change format in ActorType enum. --- src/flooritem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/flooritem.h') diff --git a/src/flooritem.h b/src/flooritem.h index 846a27802..fa02a7e32 100644 --- a/src/flooritem.h +++ b/src/flooritem.h @@ -53,7 +53,7 @@ class FloorItem final : public ActorSprite void postInit(Map *const map, int subX, int subY); ActorType::Type getType() const override final A_WARN_UNUSED - { return ActorType::FLOOR_ITEM; } + { return ActorType::FloorItem; } void draw(Graphics *const graphics, const int offsetX, const int offsetY) const override final; -- cgit v1.2.3-60-g2f50