X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_holmes.pas;h=8c4b111d40c6607549ed3c9d29d84dc7d49da04f;hb=548d5b03739e16f0cf8d1062ca65e26a2805fc78;hp=6b623f011a154993d94052f35847ec89ca8c7f22;hpb=933917777e229def58a2ddf97a2b25fc1b9bd302;p=d2df-sdl.git diff --git a/src/game/g_holmes.pas b/src/game/g_holmes.pas index 6b623f0..8c4b111 100644 --- a/src/game/g_holmes.pas +++ b/src/game/g_holmes.pas @@ -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;