diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index da771ede4..3d30e2169 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1192,6 +1192,12 @@ impHandler2(enableAway) chatWindow->saveState(); } +impHandler1(testParticle) +{ + if (player_node) + player_node->setTestParticle(args); +} + impHandler0(testsdlfont) { #if defined USE_OPENGL && defined DEBUG_SDLFONT |