[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.76,1.77

Oliver Kiehl olki at users.sourceforge.net
Fri Nov 15 12:48:01 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv25153

Modified Files:
	simon.cpp 
Log Message:
readded variable removed in last commit - needed for big endian


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- simon.cpp	15 Nov 2002 18:46:17 -0000	1.76
+++ simon.cpp	15 Nov 2002 20:46:57 -0000	1.77
@@ -4674,6 +4674,9 @@
 
 void SimonState::initSound()
 {
+#ifdef SCUMM_BIG_ENDIAN
+	uint i;
+#endif
 	/* only read voice file in windows game */
 	if (_game & GAME_TALKIE) {
 		const char *s;





More information about the Scummvm-git-logs mailing list