diff options
author | Filippos Karapetis | 2014-12-26 19:56:37 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-12-26 19:56:37 +0200 |
commit | 2becc76d5c16d15d5a7a6733b40f7c59e7391c12 (patch) | |
tree | ac82913bae538e86973540392e5275da6ceda8ef /engines/zvision | |
parent | e5f0ee2271f4a43ff05b82380ab22eade9763702 (diff) | |
download | scummvm-rg350-2becc76d5c16d15d5a7a6733b40f7c59e7391c12.tar.gz scummvm-rg350-2becc76d5c16d15d5a7a6733b40f7c59e7391c12.tar.bz2 scummvm-rg350-2becc76d5c16d15d5a7a6733b40f7c59e7391c12.zip |
ZVISION: Correct the script names of the location-specific cheats
Diffstat (limited to 'engines/zvision')
-rw-r--r-- | engines/zvision/core/events.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/zvision/core/events.cpp b/engines/zvision/core/events.cpp index 5f29a6879c..4438474078 100644 --- a/engines/zvision/core/events.cpp +++ b/engines/zvision/core/events.cpp @@ -119,9 +119,9 @@ void ZVision::cheatCodes(uint8 key) { } // There are 3 more cheats in script files: - // - "EAT ME": gjcr.scr - // - "WHOAMI": hp1e.scr - // - "HUISOK": uh1f.scr + // - "WHOAMI": gjcr.scr + // - "HUISOK": hp1e.scr + // - "EAT ME": uh1f.scr } else if (getGameId() == GID_NEMESIS) { if (checkCode("CHLOE")) { _scriptManager->changeLocation('t', 'm', '2', 'g', 0); |