mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
ZVISION: Correct the script names of the location-specific cheats
This commit is contained in:
parent
e5f0ee2271
commit
2becc76d5c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user