From cdafe0c654831b836adca02a2cc2008aa85cc68c Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Fri, 20 May 2022 10:27:35 +0300 Subject: [PATCH] Fix music in loading screen --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index aee206b..8edae28 100644 --- a/src/main.c +++ b/src/main.c @@ -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;