DEADSOFTWARE

Holmes, please, there are no criminals in dedicated server!
[d2df-sdl.git] / src / game / g_holmes.pas
index 6b623f011a154993d94052f35847ec89ca8c7f22..8c4b111d40c6607549ed3c9d29d84dc7d49da04f 100644 (file)
@@ -1035,6 +1035,7 @@ end;
 // ////////////////////////////////////////////////////////////////////////// //
 procedure g_Holmes_Draw ();
 begin
+  {$IF not DEFINED(HEADLESS)}
   holmesInitCommands();
   holmesInitBinds();
 
@@ -1048,6 +1049,7 @@ begin
   begin
     plrDebugDraw();
   end;
+  {$ENDIF}
 
   laserSet := false;
 end;
@@ -1055,8 +1057,10 @@ end;
 
 procedure g_Holmes_DrawUI ();
 begin
+  {$IF not DEFINED(HEADLESS)}
   uiDraw();
   drawCursor();
+  {$ENDIF}
 end;