[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.180,1.181
Travis Howell
kirben at users.sourceforge.net
Sun May 18 17:46:08 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv16718/simon
Modified Files:
simon.cpp
Log Message:
Minor correction
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- simon.cpp 19 May 2003 00:38:35 -0000 1.180
+++ simon.cpp 19 May 2003 00:45:30 -0000 1.181
@@ -1434,7 +1434,6 @@
void SimonState::loadIconFile() {
File in;
if (_game & GF_AMIGAS)
- // TODO Add support for decruncher
in.open("icon.pkd", _gameDataPath);
else
in.open("ICON.DAT", _gameDataPath);
@@ -5070,7 +5069,7 @@
// TODO Add music support for simon1demo
} else {
midi.stop();
- if (_game & GF_WIN || _game & GF_TALKIE) {
+ if (_game & GF_TALKIE) {
_game_file->seek(_game_offsets_ptr[gss->MUSIC_INDEX_BASE + music], SEEK_SET);
midi.playSMF (_game_file);
} else {
More information about the Scummvm-git-logs
mailing list