aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dialogs.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/dialogs.cpp b/engines/dialogs.cpp
index c884075093..1713b99dd1 100644
--- a/engines/dialogs.cpp
+++ b/engines/dialogs.cpp
@@ -216,6 +216,11 @@ void MainMenuDialog::reflowLayout() {
void MainMenuDialog::save() {
int slot = _saveDialog->runModalWithCurrentTarget();
+ #if defined(__PLAYSTATION2__) && defined(DYNAMIC_MODULES)
+ char pokeme[32];
+ snprintf(pokeme,32,"hack");
+ #endif
+
if (slot >= 0) {
Common::String result(_saveDialog->getResultString());
if (result.empty()) {