🚚 Move defines to there proper files
This commit is contained in:
parent
051ac249db
commit
f450d6a125
58 changed files with 282 additions and 284 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue