Skip to content
Permalink
Browse files

ZVISION: Correct the script names of the location-specific cheats

  • Loading branch information
bluegr committed Dec 26, 2014
1 parent e5f0ee2 commit 2becc76d5c16d15d5a7a6733b40f7c59e7391c12
Showing with 3 additions and 3 deletions.
  1. +3 −3 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);

0 comments on commit 2becc76

Please sign in to comment.
You can’t perform that action at this time.