Remove memory allocation in pathfinding
This commit is contained in:
@@ -57,6 +57,7 @@ typedef struct Game {
|
||||
i64 gold;
|
||||
i64 pop;
|
||||
} resources;
|
||||
BzStackAlloc stackAlloc;
|
||||
struct {
|
||||
BzObjectPool *pathData;
|
||||
} pools;
|
||||
|
||||
Reference in New Issue
Block a user