Fixes FM-Towns New Game Save.

svn-id: r25358
This commit is contained in:
Johannes Schickel 2007-02-03 20:50:26 +00:00
parent 3d70157e53
commit a2976a350f

View File

@ -443,7 +443,7 @@ bool KyraEngine::textEnabled() {
void KyraEngine::snd_playTheme(int file, int track) {
debugC(9, kDebugLevelMain | kDebugLevelSound, "KyraEngine::snd_playTheme(%d)", file);
_curMusicTheme = file;
_curSfxFile = _curMusicTheme = file;
_sound->loadSoundFile(_curMusicTheme);
_sound->playTrack(track);
}