[11909] Implement Pathfinder class to handle the actual pathfinding

Authors of this are Faramir118 and qsa.
Also thanks to many others for testing and suggestions!
This commit is contained in:
sixsixnine 2012-01-29 23:22:44 +01:00 committed by Schmoozerd
parent 1c64b0658e
commit d3606fb4ee
10 changed files with 1322 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11908"
#define REVISION_NR "11909"
#endif // __REVISION_NR_H__