[Scummvm-cvs-logs] CVS: scummvm/scumm room.cpp,1.22,1.23

kirben kirben at users.sourceforge.net
Fri Sep 16 06:05:04 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4263/scumm

Modified Files:
	room.cpp 
Log Message:

Not actually script 18, but exit script.


Index: room.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/room.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- room.cpp	14 Sep 2005 12:11:28 -0000	1.22
+++ room.cpp	16 Sep 2005 13:03:59 -0000	1.23
@@ -182,9 +182,7 @@
 
 	_egoPositioned = false;
 	runEntryScript();
-	if (_gameId == GID_MANIAC && _platform == Common::kPlatformC64) {
-		runScript(18, 0, 0, 0);
-	} else if (_version <= 2) {
+	if ((_version <= 2) && !(_platform == Common::kPlatformC64)) {
 		runScript(5, 0, 0, 0);
 	} else if (_version >= 5 && _version <= 6) {
 		if (a && !_egoPositioned) {





More information about the Scummvm-git-logs mailing list