aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index de8eada59c..0958c3d975 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -1405,7 +1405,7 @@ void SimonEngine::loadTablesIntoMem(uint subr_id) {
readSubroutineBlock(in);
closeTablesFile(in);
- if (_game == GAME_SIMON2DOS || _game == GAME_SIMON2WIN) {
+ if (_game == GAME_SIMON2DOS || _game == GAME_SIMON2TALKIE || _game == GAME_SIMON2WIN) {
_sound->loadSfxTable(_gameFile, _gameOffsetsPtr[atoi(filename + 6) - 1 + SOUND_INDEX_BASE]);
} else if (_game == GAME_SIMON1TALKIE) {
memcpy(filename, "SFXXXX", 6);