[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.46,1.47 scummvm.cpp,1.60,1.61

Max Horn fingolfin at users.sourceforge.net
Wed Oct 23 05:04:02 CEST 2002


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

Modified Files:
	scumm.h scummvm.cpp 
Log Message:
removed obsolete stuff

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- scumm.h	23 Oct 2002 03:28:06 -0000	1.46
+++ scumm.h	23 Oct 2002 12:03:57 -0000	1.47
@@ -365,10 +365,6 @@
 
 	/* Init functions, etc */
 	byte _fastMode;
-	const char *getGameName();
-
-	/* video buffer */
-	byte *_videoBuffer;
 
 	/* system call object */
 
@@ -423,7 +419,6 @@
 
 	/* Core variable definitions */
 	byte _gameId;
-	const char *_gameText;
 
 	/* Core class/array definitions */
 	Gdi gdi;

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- scummvm.cpp	23 Oct 2002 00:24:54 -0000	1.60
+++ scummvm.cpp	23 Oct 2002 12:03:58 -0000	1.61
@@ -82,7 +82,6 @@
 	_bootParam = detector->_bootParam;
 	_exe_name = (char*)detector->_gameFileName.c_str();
 	_gameId = detector->_gameId;
-	_gameText = detector->_gameText;
 	_features = detector->_features;
 	_soundCardType = detector->_soundCardType;
 	_noSubtitles = detector->_noSubtitles;
@@ -1483,9 +1482,6 @@
 
 	_verbRedraw = false;
 	
-	// Create a primary virtual screen
-	_videoBuffer = (byte *)calloc((_realWidth + 8) * _realHeight, 1);
-
 	allocResTypeData(rtBuffer, MKID('NONE'), 10, "buffer", 0);
 	initVirtScreen(0, 0, 0, _realWidth, _realHeight, false, false);
 





More information about the Scummvm-git-logs mailing list