[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.245,1.246

Max Horn fingolfin at users.sourceforge.net
Fri Jun 6 16:56:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv12895

Modified Files:
	scumm.h 
Log Message:
make version public

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- scumm.h	6 Jun 2003 22:51:33 -0000	1.245
+++ scumm.h	6 Jun 2003 23:55:00 -0000	1.246
@@ -270,6 +270,8 @@
 	IMuseDigital *_imuseDigital;
 	Player_V2 *_playerV2;
 
+	byte _version;
+	
 	uint32 _features;						// Should only be accessed for reading (TODO enforce it compiler-wise with making it private and creating an accessor)
 	void setFeatures (uint32 newFeatures);	// Changes the features set. This allows some gamewide stuff to be precalculated/prepared (ie CostumeRenderer)
 
@@ -448,8 +450,6 @@
 
 	/** The bootparam, to be passed to the script 1, the bootscript. */
 	int _bootParam;
-	
-	byte _version;
 	
 	// Various options useful for debugging
 	bool _dumpScripts;





More information about the Scummvm-git-logs mailing list