[Scummvm-cvs-logs] CVS: scummvm/scumm player_v2.cpp,2.19,2.20

Jamieson Christian jamieson630 at users.sourceforge.net
Wed Aug 13 10:44:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv7062/scummvm/scumm

Modified Files:
	player_v2.cpp 
Log Message:
More monkeyvga credits fix for -epcspk/pcjr

Index: player_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/player_v2.cpp,v
retrieving revision 2.19
retrieving revision 2.20
diff -u -d -r2.19 -r2.20
--- player_v2.cpp	13 Aug 2003 17:18:31 -0000	2.19
+++ player_v2.cpp	13 Aug 2003 17:38:05 -0000	2.20
@@ -333,7 +333,7 @@
 	// This simulates the pc speaker sound, which is driven
 	// by the 8253 (square wave generator) and a low-band filter.
 	
-	_isV3Game = (scumm->_version == 3);
+	_isV3Game = (scumm->_version >= 3);
 	_system = scumm->_system;
 	_mixer = scumm->_mixer;
 	_sample_rate = _system->property(OSystem::PROP_GET_SAMPLE_RATE, 0);





More information about the Scummvm-git-logs mailing list