mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-07 13:31:26 +01:00
21a9d4bca4
* [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