From 9f1994182d4225f630a93ae06b01927c4f7a9a37 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 May 2015 20:33:10 +0300 Subject: Convert ActorType enum into strong typed 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 dbeffa8dd..c7a333329 100644 --- a/src/flooritem.h +++ b/src/flooritem.h @@ -57,7 +57,7 @@ class FloorItem final : public ActorSprite void postInit(Map *const map, int subX, int subY); - ActorType::Type getType() const override final A_WARN_UNUSED + ActorTypeT getType() const override final A_WARN_UNUSED { return ActorType::FloorItem; } void draw(Graphics *const graphics, -- cgit v1.2.3-70-g09d2