Fix music in loading screen

This commit is contained in:
Alexander Batalov 2022-05-20 10:27:35 +03:00
parent 5e82f600af
commit cdafe0c654

View File

@ -167,7 +167,6 @@ int falloutMain(int argc, char** argv)
int win = windowCreate(0, 0, 640, 480, _colorTable[0], WINDOW_FLAG_0x10 | WINDOW_FLAG_0x04);
mainMenuWindowHide(true);
mainMenuWindowFree();
backgroundSoundDelete();
_game_user_wants_to_quit = 0;
gDude->flags &= ~OBJECT_FLAG_0x08;
_main_show_death_scene = 0;