Save-state: Better MB init for loading save-state

This commit is contained in:
tomcw
2019-02-24 10:49:09 +00:00
parent 1f1bcfd374
commit de3f0d877e
3 changed files with 16 additions and 10 deletions
+1 -2
View File
@@ -391,8 +391,7 @@ static void Snapshot_LoadState_v2(void)
HD_Reset();
KeybReset();
VideoResetState();
MB_Reset();
MB_InitSoundcardType(); // GH#609
MB_InitializeForLoadingSnapshot(); // GH#609
sg_SSC.CommReset();
#ifdef USE_SPEECH_API
g_Speech.Reset();