little fix for fm-towns sfx.
svn-id: r25261
This commit is contained in:
parent
1bbad356ef
commit
fc5ed85972
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ void KyraEngine::loadGame(const char *fileName) {
|
|||
|
||||
if (version >= 7) {
|
||||
_curSfxFile = in->readByte();
|
||||
if (_flags.platform == Common::kPlatformFMTowns)
|
||||
_sound->loadSoundFile(_curSfxFile);
|
||||
}
|
||||
|
||||
_screen->_disableScreen = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue