X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_main.pas;h=45432615c04762ff01a513553de4f9b7822043af;hp=0269a4c9315d2d700320061cd60f4b02774c4354;hb=7f50d798c193f8a57a3c736c81615ef932915e9a;hpb=4c41701fe770ee9d771479868651d973f9402470 diff --git a/src/game/g_main.pas b/src/game/g_main.pas index 0269a4c..4543261 100644 --- a/src/game/g_main.pas +++ b/src/game/g_main.pas @@ -204,12 +204,12 @@ begin e_WriteLog('Releasing engine', TMsgType.Notify); e_ReleaseEngine(); - e_WriteLog('Releasing Input', TMsgType.Notify); + e_WriteLog('Releasing input', TMsgType.Notify); e_ReleaseInput(); if not gNoSound then begin - e_WriteLog('Releasing FMOD', TMsgType.Notify); + e_WriteLog('Releasing sound', TMsgType.Notify); e_ReleaseSoundSystem(); end; end;