🚚 Move defines to there proper files

This commit is contained in:
Anders Jenbo 2021-04-14 21:39:21 +02:00
commit f450d6a125
58 changed files with 282 additions and 284 deletions

View file

@ -6,6 +6,9 @@
#include "all.h"
namespace devilution {
#define MAXPATHNODES 300
/** Notes visisted by the path finding algorithm. */
PATHNODE path_nodes[MAXPATHNODES];
/** size of the pnode_tblptr stack */