From 462c5390c88bcb0339d59e245e79fc26b8f70424 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Thu, 18 Jan 2018 14:48:06 +0200 Subject: [PATCH] commented out unused type --- src/game/g_grid.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.29.2