[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.526,1.527

kirben kirben at users.sourceforge.net
Fri May 20 21:08:57 CEST 2005


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

Modified Files:
	scumm.cpp 
Log Message:

Only needed for C64 maniac.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.526
retrieving revision 1.527
diff -u -d -r1.526 -r1.527
--- scumm.cpp	21 May 2005 03:30:23 -0000	1.526
+++ scumm.cpp	21 May 2005 04:06:47 -0000	1.527
@@ -1462,7 +1462,7 @@
 	if (_features & GF_NEW_COSTUMES) {
 		_costumeRenderer = new AkosRenderer(this);
 		_costumeLoader = new AkosCostumeLoader(this);
-	} else if (_platform == Common::kPlatformC64) {
+	} else if (_platform == Common::kPlatformC64 && _gameId == GID_MANIAC) {
 		_costumeRenderer = new C64CostumeRenderer(this);
 		_costumeLoader = new C64CostumeLoader(this);
 	} else if (_platform == Common::kPlatformNES) {





More information about the Scummvm-git-logs mailing list