DEADSOFTWARE

intermediate commit (faster render and coldet; this commit won't build!)
[d2df-sdl.git] / src / game / g_grid.pas
index 17319db65fd01a3685bdd9b3b875a9843753fe11..3ed66124c29bdcf9d725e8812fa0f634895e3ba1 100644 (file)
@@ -25,7 +25,7 @@ const
   GridCellBucketSize = 8; // WARNING! can't be less than 2!
 
 type
-  GridQueryCB = function (obj: TObject; tag: Integer): Boolean is nested; // return `true` to stop
+  GridQueryCB = function (obj: TObject; var proxy: PBodyProxyRec; tag: Integer): Boolean is nested; // return `true` to stop
 
 type
   TBodyGrid = class;