diff options
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |