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