mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
Broke FF.
svn-id: r19432
This commit is contained in:
parent
772bb686a7
commit
b9703644d1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user