DEADSOFTWARE

"flexui.wad" is not required now
[d2df-sdl.git] / src / game / g_window.pas
index dbf50d348afa7ca9e77865300c10b126d94329bb..80e63fd640ae7fce250d3e713d7d6944440cfeb6 100644 (file)
@@ -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;