X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_holmes.pas;h=c4eba8b2ee4e718b58e16d8d78ab13c719ca11ee;hb=f25b549325cfbd9a89e323d1fb9ece51aee1f347;hp=142e2be2a4f1933ef463ead57b5256bae6574503;hpb=462c5390c88bcb0339d59e245e79fc26b8f70424;p=d2df-sdl.git diff --git a/src/game/g_holmes.pas b/src/game/g_holmes.pas index 142e2be..c4eba8b 100644 --- a/src/game/g_holmes.pas +++ b/src/game/g_holmes.pas @@ -951,7 +951,7 @@ procedure plrDebugDraw (); pdy := pmsCurMapY-(py+ph div 2); hlmContext.color := TGxRGBA.Create(255, 0, 255, 200); hlmContext.line(px+pw div 2, py+ph div 2, px+pw div 2+pdx, py+ph div 2+pdy); - pan := mapGrid.traceBox(ex, ey, px, py, pw, ph, pdx, pdy, nil, GridTagObstacle); + pan := mapGrid.traceBox(ex, ey, px, py, pw, ph, pdx, pdy, GridTagObstacle); if (pan = nil) then begin hlmContext.color := TGxRGBA.Create(255, 255, 255, 180);