[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.33,1.34

Travis Howell kirben at users.sourceforge.net
Fri Jun 4 18:03:10 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:

Needed for DOS HE games


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- scumm.cpp	5 Jun 2004 00:54:48 -0000	1.33
+++ scumm.cpp	5 Jun 2004 01:02:33 -0000	1.34
@@ -1175,7 +1175,8 @@
 		VAR(VAR_LANGUAGE) = _language;
 	} else if (_version >= 7) {
 		VAR(VAR_V6_EMSSPACE) = 10000;
-	} else if (_heversion >= 72) {
+	} else if (_heversion == 60) {
+		// For DOS games, not sure about others.
 		VAR(VAR_SOUNDPARAM) = 1; // soundblaster for music
 		VAR(VAR_SOUNDPARAM2) = 1; // soundblaster for sfx
 	} else {





More information about the Scummvm-git-logs mailing list