[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.41,1.42 gameDetector.h,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Wed Dec 4 14:32:07 CET 2002


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv4154/common

Modified Files:
	gameDetector.cpp gameDetector.h 
Log Message:
even more cleanup

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- gameDetector.cpp	30 Nov 2002 16:03:45 -0000	1.41
+++ gameDetector.cpp	4 Dec 2002 22:31:01 -0000	1.42
@@ -22,7 +22,6 @@
 
 
 #include "stdafx.h"
-//#include "scumm/scumm.h"
 #include "sound/mididrv.h"
 #include "scumm/imuse.h"
 #include "common/engine.h"
@@ -90,7 +89,6 @@
 	_debugMode = 0;
 	_noSubtitles = false;
 	_bootParam = 0;
-	_soundCardType = 3;
 
 	_gameDataPath = 0;
 	_gameTempo = 0;

Index: gameDetector.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gameDetector.h	19 Nov 2002 01:36:47 -0000	1.11
+++ gameDetector.h	4 Dec 2002 22:31:05 -0000	1.12
@@ -121,7 +121,6 @@
 	uint16 _debugMode;
 	bool _noSubtitles;
 	uint16 _bootParam;
-	uint16 _soundCardType;
 
 	char *_gameDataPath;
 	int _gameTempo;





More information about the Scummvm-git-logs mailing list