Remove some more use of miniwin

This commit is contained in:
Anders Jenbo 2021-07-17 22:24:04 +02:00
commit a19e7b2a3b
31 changed files with 76 additions and 100 deletions

View file

@ -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
*/