[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.43,1.44

Travis Howell kirben at users.sourceforge.net
Wed Jun 23 04:29:01 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:

Remove duplicate code


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- scumm.cpp	23 Jun 2004 01:36:57 -0000	1.43
+++ scumm.cpp	23 Jun 2004 11:27:58 -0000	1.44
@@ -1177,12 +1177,6 @@
 	if (_version == 8) {	// Fixme: How do we deal with non-cd installs?
 		VAR(VAR_CURRENTDISK) = 1;
 		VAR(VAR_LANGUAGE) = _language;
-	} else if (_version >= 7) {
-		VAR(VAR_V6_EMSSPACE) = 10000;
-	} 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 {
 		VAR(VAR_CURRENTDRIVE) = 0;
 		VAR(VAR_FIXEDDISK) = true;





More information about the Scummvm-git-logs mailing list