X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fsdl2%2Fg_system.pas;h=afc18999b4df54d9ac716742cb87eda0b9bc0df7;hp=5a24a48e33daf95c7b95a0c70ed15ba5a4164a1b;hb=684f59b7bf1a5735fbd5169a0239f22794d94613;hpb=724d5405f0f3fe166b931b1b8b5745b2eb340651 diff --git a/src/game/sdl2/g_system.pas b/src/game/sdl2/g_system.pas index 5a24a48..afc1899 100644 --- a/src/game/sdl2/g_system.pas +++ b/src/game/sdl2/g_system.pas @@ -297,7 +297,7 @@ implementation begin if g_dbg_input then e_LogWritefln('Input Debug: NOT IN RANGE! jhat, joy=%s, hat=%s, value=%s', [ev.which, ev.hat, ev.value]) - end; + end end; procedure HandleJoyAdd (var ev: TSDL_JoyDeviceEvent);