aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-05-19 00:45:30 +0000
committerTravis Howell2003-05-19 00:45:30 +0000
commit3b7270a9c65854edb0faaa7270feab5a04c2c63f (patch)
tree97cd84778c227bcd43ed78828a97e68786ad6caf /simon/simon.cpp
parentb66f4416cb1f8b177ecc01fadb673564d5b6a473 (diff)
downloadscummvm-rg350-3b7270a9c65854edb0faaa7270feab5a04c2c63f.tar.gz
scummvm-rg350-3b7270a9c65854edb0faaa7270feab5a04c2c63f.tar.bz2
scummvm-rg350-3b7270a9c65854edb0faaa7270feab5a04c2c63f.zip
Minor correction
svn-id: r7662
Diffstat (limited to 'simon/simon.cpp')
-rw-r--r--simon/simon.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index fd38d4a658..b790ffa017 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -1434,7 +1434,6 @@ uint SimonState::item_get_icon_number(Item *item) {
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 @@ void SimonState::playMusic(uint music_unk, uint music) {
// 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 {