GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02014ee
)
cosmetix
author
Ketmar Dark <ketmar@ketmar.no-ip.org>
Fri, 18 Aug 2017 18:02:42 +0000
(21:02 +0300)
committer
Ketmar Dark <ketmar@ketmar.no-ip.org>
Fri, 18 Aug 2017 18:31:32 +0000
(21:31 +0300)
src/game/z_aabbtree.pas
patch
|
blob
|
history
diff --git
a/src/game/z_aabbtree.pas
b/src/game/z_aabbtree.pas
index 5ebc8851c5a087810ba212172b6c5cfbe9e44afb..32e12bf38fdf862c2955e177f24cbcf5dcb69782 100644
(file)
--- a/
src/game/z_aabbtree.pas
+++ b/
src/game/z_aabbtree.pas
@@
-1126,7
+1126,7
@@
end;
// returns tree node if visitor says stop or -1
function TDynAABBTree.visit (checker: TVisitCheckerCB; visitor: TQueryOverlapCB; tagmask: Integer=-1): Integer;
var
- stack: array [0..2
55
] of Integer; // stack with the nodes to visit
+ stack: array [0..2
048
] of Integer; // stack with the nodes to visit
bigstack: array of Integer = nil;
sp: Integer = 0;
DEADSOFTWARE 2012-2025