diff options
| author | uruk | 2014-04-29 11:26:39 +0200 |
|---|---|---|
| committer | uruk | 2014-04-29 11:26:39 +0200 |
| commit | 5b105566a5637edcf73fd6cbc690c1b3b958ff2a (patch) | |
| tree | 9b35a6c244e5f9fb7b01be1e6e1da994852534e2 /engines/dialogs.cpp | |
| parent | ec71f936280496d349310ea0091dbe26b90ae540 (diff) | |
| parent | 55127114349219d57b7a9143a5d3d9bfd97e3e88 (diff) | |
| download | scummvm-rg350-5b105566a5637edcf73fd6cbc690c1b3b958ff2a.tar.gz scummvm-rg350-5b105566a5637edcf73fd6cbc690c1b3b958ff2a.tar.bz2 scummvm-rg350-5b105566a5637edcf73fd6cbc690c1b3b958ff2a.zip | |
Merge remote-tracking branch 'origin/master' into cge2
Diffstat (limited to 'engines/dialogs.cpp')
| -rw-r--r-- | engines/dialogs.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/dialogs.cpp b/engines/dialogs.cpp index 65840ae174..8498e50b8d 100644 --- a/engines/dialogs.cpp +++ b/engines/dialogs.cpp @@ -217,6 +217,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()) { |
