[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.516,1.517

kirben kirben at users.sourceforge.net
Tue May 17 18:18:43 CEST 2005


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

Modified Files:
	scumm.cpp 
Log Message:

There is no music engine for C64 versions yet.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -d -r1.516 -r1.517
--- scumm.cpp	18 May 2005 00:46:30 -0000	1.516
+++ scumm.cpp	18 May 2005 01:17:17 -0000	1.517
@@ -1864,6 +1864,9 @@
 #ifndef DISABLE_SCUMM_7_8
 		_musicEngine = _imuseDigital = new IMuseDigital(this, 10);
 #endif
+	} else if (_platform == Common::kPlatformC64) {
+		// TODO
+		_musicEngine = NULL;
 	} else if (_platform == Common::kPlatformNES) {
 		_musicEngine = new Player_NES(this);
 	} else if ((_platform == Common::kPlatformAmiga) && (_version == 2)) {





More information about the Scummvm-git-logs mailing list