X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_window.pas;h=80e63fd640ae7fce250d3e713d7d6944440cfeb6;hb=dcddacd6f339e310c23663bd7e0b6ec7733ccf0f;hp=dbf50d348afa7ca9e77865300c10b126d94329bb;hpb=dda89b4dbebf5fb63084ed24f9fac8299aa97d7c;p=d2df-sdl.git diff --git a/src/game/g_window.pas b/src/game/g_window.pas index dbf50d3..80e63fd 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -767,8 +767,11 @@ begin {$IFDEF HEADLESS} e_NoGraphics := true; {$ELSE} - uiInitialize(); - uiContext.font := 'win14'; + if (not g_holmes_imfunctional) then + begin + uiInitialize(); + uiContext.font := 'win14'; + end; {$ENDIF} idx := 1;