[Scummvm-cvs-logs] CVS: scummvm/saga saga.h,1.126,1.127

Andrew Kurushin h00ligan at users.sourceforge.net
Fri Sep 30 15:58:11 CEST 2005


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

Modified Files:
	saga.h 
Log Message:
fix compile warning

Index: saga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.h,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- saga.h	29 Sep 2005 15:57:41 -0000	1.126
+++ saga.h	30 Sep 2005 18:48:25 -0000	1.127
@@ -572,7 +572,7 @@
 		return isSaveListFull() ? _saveFilesCount : _saveFilesCount + 1;
 	}
 
-	bool _framesEsc;
+	int16 _framesEsc;
 
 	uint32 _globalFlags;
 	byte _ethicsPoints[5];	// TODO: Verify that this is large enough





More information about the Scummvm-git-logs mailing list