Closed thejoshwolfe closed 8 years ago
furthermore, path_finding.cpp is the only file that uses floats, which are not safe for a reproducible replays.
float
performance is indirectly improved by path finding being successful almost every time. i didn't directly address this issue though, so idk if it'll show up again.
furthermore, path_finding.cpp is the only file that uses
float
s, which are not safe for a reproducible replays.