X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame%2Fg_game.pas;h=081d97e892b2af312e668557e532308f8cbfed02;hb=5ec745243230db4b74820b894755e9f1eab0da4c;hp=d8aab5c9eb7b30a89f8152d38561c733f9d54b8b;hpb=043af909368ca8f82e418f0e5e440478b89eb3d4;p=d2df-sdl.git diff --git a/src/game/g_game.pas b/src/game/g_game.pas index d8aab5c..081d97e 100644 --- a/src/game/g_game.pas +++ b/src/game/g_game.pas @@ -1324,7 +1324,7 @@ begin g_Game_SetLoadingText(_lc[I_LOAD_MUSIC], 0, False); g_Sound_CreateWADEx('MUSIC_INTERMUS', GameWAD+':MUSIC\INTERMUS', True); g_Sound_CreateWADEx('MUSIC_MENU', GameWAD+':MUSIC\MENU', True); - g_Sound_CreateWADEx('MUSIC_ROUNDMUS', GameWAD+':MUSIC\ROUNDMUS', True); + g_Sound_CreateWADEx('MUSIC_ROUNDMUS', GameWAD+':MUSIC\ROUNDMUS', True, True); g_Sound_CreateWADEx('MUSIC_STDENDMUS', GameWAD+':MUSIC\ENDMUS', True); g_Game_SetLoadingText(_lc[I_LOAD_MENUS], 0, False);