mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
Fixes FM-Towns New Game Save.
svn-id: r25358
This commit is contained in:
parent
3d70157e53
commit
a2976a350f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user