Remove some more use of miniwin
This commit is contained in:
parent
1956c6a1c2
commit
a19e7b2a3b
31 changed files with 76 additions and 100 deletions
|
|
@ -85,7 +85,7 @@ constexpr size_t MAXPATHNODES = 300;
|
|||
/** Notes visisted by the path finding algorithm. */
|
||||
PATHNODE path_nodes[MAXPATHNODES];
|
||||
/** the number of in-use nodes in path_nodes */
|
||||
int gdwCurNodes;
|
||||
uint32_t gdwCurNodes;
|
||||
/**
|
||||
* @brief zero one of the preallocated nodes and return a pointer to it, or NULL if none are available
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue