[Scummvm-cvs-logs] scummvm master -> 2becc76d5c16d15d5a7a6733b40f7c59e7391c12

bluegr bluegr at gmail.com
Fri Dec 26 19:10:14 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2becc76d5c ZVISION: Correct the script names of the location-specific cheats


Commit: 2becc76d5c16d15d5a7a6733b40f7c59e7391c12
    https://github.com/scummvm/scummvm/commit/2becc76d5c16d15d5a7a6733b40f7c59e7391c12
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-12-26T19:56:37+02:00

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

Changed paths:
    engines/zvision/core/events.cpp



diff --git a/engines/zvision/core/events.cpp b/engines/zvision/core/events.cpp
index 5f29a68..4438474 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);






More information about the Scummvm-git-logs mailing list