diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index cec8468e8..51ce93f85 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1538,6 +1538,11 @@ impHandler0(dumpOGL) #endif } +impHandler0(debugSpawn) +{ + Being *const being = actorManager->cloneBeing(localPlayer); +} + void replaceVars(std::string &str) { if (!localPlayer || !actorManager) |