X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_main.pas;h=102a05e7d216de3c7a07349d8bb1362b37e92e94;hb=89d242f641ed8a2ccd6b1935f64db62dc9bcf154;hp=853693c582393d718417ec187fc94f346ec810ed;hpb=e06da872a0a072eea1117350ed6c14a709328807;p=d2df-sdl.git diff --git a/src/game/g_main.pas b/src/game/g_main.pas index 853693c..102a05e 100644 --- a/src/game/g_main.pas +++ b/src/game/g_main.pas @@ -82,8 +82,8 @@ begin if not gNoSound then begin - e_WriteLog('Init FMOD', MSG_NOTIFY); - if not e_InitSoundSystem(44100, False) then e_InitSoundSystem(48000, True); + e_WriteLog('Initializing SDL2 mixer', MSG_NOTIFY); + e_InitSoundSystem(); end; e_WriteLog('Init game', MSG_NOTIFY);