summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 200614b)
raw | patch | inline | side by side (parent: 200614b)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Thu, 18 Jan 2018 12:48:06 +0000 (14:48 +0200) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Thu, 18 Jan 2018 12:48:26 +0000 (14:48 +0200) |
src/game/g_grid.pas | patch | blob | history |
diff --git a/src/game/g_grid.pas b/src/game/g_grid.pas
index 02624b7f9eafd40c7133a49fb534699a1cd780d2..87ff77ec360cd5dd32a184ff0409dc853e89fe29 100644 (file)
--- a/src/game/g_grid.pas
+++ b/src/game/g_grid.pas
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;