little fix for fm-towns sfx.

svn-id: r25261
This commit is contained in:
Johannes Schickel 2007-01-29 18:48:49 +00:00
parent 1bbad356ef
commit fc5ed85972

View file

@ -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;