summaryrefslogtreecommitdiff
path: root/src/actions/actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/actions.cpp')
-rw-r--r--src/actions/actions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp
index 78ebe6406..8de4f8793 100644
--- a/src/actions/actions.cpp
+++ b/src/actions/actions.cpp
@@ -687,9 +687,9 @@ impHandler0(sit)
return false;
}
-impHandler0(screenshot)
+impHandler(screenshot)
{
- Game::createScreenshot();
+ Game::createScreenshot(event.args);
return true;
}