mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2025-02-23 15:40:41 +00:00
Fix music in loading screen
This commit is contained in:
parent
5e82f600af
commit
cdafe0c654
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user