From: Ketmar Dark Date: Thu, 18 Jan 2018 12:48:06 +0000 (+0200) Subject: commented out unused type X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=462c5390c88bcb0339d59e245e79fc26b8f70424;p=d2df-sdl.git commented out unused type --- diff --git a/src/game/g_grid.pas b/src/game/g_grid.pas index 02624b7..87ff77e 100644 --- a/src/game/g_grid.pas +++ b/src/game/g_grid.pas @@ -51,7 +51,7 @@ type type PITP = ^ITP; type TGridQueryCB = function (obj: ITP; tag: Integer): Boolean is nested; // return `true` to stop - type TGridRayQueryCB = function (obj: ITP; tag: Integer; x, y, prevx, prevy: Integer): Boolean is nested; // return `true` to stop + //type TGridRayQueryCB = function (obj: ITP; tag: Integer; x, y, prevx, prevy: Integer): Boolean is nested; // return `true` to stop type TCellQueryCB = procedure (x, y: Integer) is nested; // top-left cell corner coords const TagDisabled = $40000000;