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

Max Horn fingolfin at users.sourceforge.net
Sun Sep 29 17:56:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv18119/scumm

Modified Files:
	scumm.h scummvm.cpp 
Log Message:
played a bit with the launcher - it now is already somewhat usable <g>

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- scumm.h	29 Sep 2002 07:08:31 -0000	1.32
+++ scumm.h	30 Sep 2002 00:55:47 -0000	1.33
@@ -932,7 +932,7 @@
 	/* String class */
 	CharsetRenderer charset;
 	byte _charsetColor;
-	uint16 _noSubtitles;	// Skip all subtitles?
+	bool _noSubtitles;	// Skip all subtitles?
 	byte _charsetData[15][16];
 	void initCharset(int charset);
 	void restoreCharsetBg();

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- scummvm.cpp	29 Sep 2002 22:09:34 -0000	1.43
+++ scummvm.cpp	30 Sep 2002 00:55:47 -0000	1.44
@@ -81,7 +81,7 @@
 
 	_debugMode = detector->_debugMode;
 	_bootParam = detector->_bootParam;
-	_exe_name = detector->_exe_name;
+	_exe_name = detector->_gameFileName.c_str();
 	_gameId = detector->_gameId;
 	_gameText = detector->_gameText;
 	_features = detector->_features;





More information about the Scummvm-git-logs mailing list