From c757bf80478dd5e4e40a6c24b436954ab498a855 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 10 Oct 2014 15:31:36 +0300 Subject: Fix code style. --- src/actions/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actions/commands.cpp') diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 5a48db7a9..1f7f77157 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -659,7 +659,7 @@ impHandler(debugSpawn) for (int x = -half; x < cnt - half; x ++) { for (int y = -half; y < cnt - half; y ++) - actorManager->cloneBeing(localPlayer, x, y, cnt); + ActorManager::cloneBeing(localPlayer, x, y, cnt); } return true; } -- cgit v1.2.3-60-g2f50