now load waypoints from memory as well

changed versioning scheme
updated linux makefiles
This commit is contained in:
jeefo 2016-03-13 19:20:25 +03:00
commit a61cd3b021
9 changed files with 20 additions and 44 deletions

View file

@ -469,7 +469,7 @@ enum WaypointFlag
// defines for waypoint connection flags field (16 bits are available)
enum PathFlag
{
PATHFLAG_JUMP = (1 << 0), // must jump for this connection
PATHFLAG_JUMP = (1 << 0) // must jump for this connection
};
// enum pathfind search type