From 80750c918a32b82482ab7075af2e0fabe14a13d2 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Tue, 26 Jun 2018 12:18:03 -0500 Subject: [PATCH] Update path.h --- Source/path.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/path.h b/Source/path.h index 92fb21211..74d59fe3e 100644 --- a/Source/path.h +++ b/Source/path.h @@ -4,10 +4,10 @@ extern PATHNODE path_nodes[300]; extern int gdwCurPathStep; -extern int pnode_vals[26]; +extern int pnode_vals[25]; extern PATHNODE *pnode_ptr; extern PATHNODE *pnode_tblptr[300]; -extern PATHNODE path_2_nodes[300]; +extern PATHNODE *path_2_nodes; int __fastcall FindPath(bool (__fastcall *PosOk)(int, int, int), int PosOkArg, int sx, int sy, int dx, int dy, char *path); int __fastcall path_get_h_cost(int sx, int sy, int dx, int dy);