[MIRROR] [READY]Astar improvement (#5646)
* [READY]Astar improvement (#34713) Improvements to A* via using bitflags to find directions and caching already checked directions so we don't recheck them. * [READY]Astar improvement
This commit is contained in:
committed by
Poojawa
parent
e5aa6ea1cd
commit
21a9d4bca4
@@ -75,6 +75,7 @@
|
||||
#define INIT_ORDER_LIGHTING -20
|
||||
#define INIT_ORDER_SHUTTLE -21
|
||||
#define INIT_ORDER_SQUEAK -40
|
||||
#define INIT_ORDER_PATH -50
|
||||
#define INIT_ORDER_PERSISTENCE -100
|
||||
|
||||
// Subsystem fire priority, from lowest to highest priority
|
||||
|
||||
Reference in New Issue
Block a user