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/actions/target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/target.cpp') diff --git a/src/actions/target.cpp b/src/actions/target.cpp index 2c18b80f2..f5bf636d4 100644 --- a/src/actions/target.cpp +++ b/src/actions/target.cpp @@ -33,7 +33,7 @@ namespace Actions { -static bool setTarget(const ActorType::Type type, const AllowSort allowSort) +static bool setTarget(const ActorTypeT type, const AllowSort allowSort) { if (actorManager && localPlayer) { -- cgit v1.2.3-70-g09d2