aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 8126b13876..5ddfb15a5b 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -1405,7 +1405,9 @@ void SimonEngine::loadTablesIntoMem(uint subr_id) {
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);