X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_main.pas;h=57f12e98a45349501ccb52fd666817503eae7731;hb=7817748b82c4e9ef6b16e1b6670d342db07a7e83;hp=94762c9be1f59e69f6716da4afc3def5221cf882;hpb=8b3c740d2889bd89082916097344a5c7ac7bc46d;p=d2df-sdl.git diff --git a/src/game/g_main.pas b/src/game/g_main.pas index 94762c9..57f12e9 100644 --- a/src/game/g_main.pas +++ b/src/game/g_main.pas @@ -95,7 +95,7 @@ begin if SDL_Init(sdlflags) < 0 then raise Exception.Create('SDL: Init failed: ' + SDL_GetError()); -{$IFDEF HEADLESS} +{$IFNDEF HEADLESS} SDL_StartTextInput(); {$ENDIF}