diff options
Diffstat (limited to 'src/actions/commands.cpp')
-rw-r--r-- | src/actions/commands.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/actions/commands.cpp b/src/actions/commands.cpp index 1ec9f03c7..103248aa8 100644 --- a/src/actions/commands.cpp +++ b/src/actions/commands.cpp @@ -252,4 +252,14 @@ impHandler(chatEnemy) return true; } +impHandler0(present) +{ + if (chatWindow) + { + chatWindow->doPresent(); + return true; + } + return false; +} + } // namespace Actions |