[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.525,1.526

kirben kirben at users.sourceforge.net
Fri Nov 4 16:17:23 CET 2005


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

Modified Files:
	simon.cpp 
Log Message:

Broke FF.


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.525
retrieving revision 1.526
diff -u -d -r1.525 -r1.526
--- simon.cpp	23 Oct 2005 13:45:20 -0000	1.525
+++ simon.cpp	5 Nov 2005 00:17:09 -0000	1.526
@@ -1405,7 +1405,9 @@
 				readSubroutineBlock(in);
 				closeTablesFile(in);
 
-				if (_game & GF_SIMON2) {
+				if (_game == GAME_FEEBLEFILES) {
+					// TODO
+				} else if (_game & GF_SIMON2) {
 					_sound->loadSfxTable(_gameFile, _gameOffsetsPtr[atoi(filename + 6) - 1 + SOUND_INDEX_BASE]);
 				} else if (_game & GF_TALKIE) {
 					memcpy(filename, "SFXXXX", 6);





More information about the Scummvm-git-logs mailing list