[12695] Improve WaypointMMGen

* Add correct Reset position (Npc will evade now to the last reached waypoint, and not to the next waypoint)
* Add proper return value for the CONDITION_LAST_WAYPOINT

* Let WaypointMMGen behave better after evading (keep PAUSED state, keep waittimer (original author @Schmoozerd)
This commit is contained in:
sanctum32 2013-10-21 08:01:16 +03:00 committed by Antz
parent 1c381f206b
commit 6658234c07
3 changed files with 21 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12694"
#define REVISION_NR "12695"
#endif // __REVISION_NR_H__