Core/SAI: Properly implement the second parameter of SMART_ACTION_CALL_TIMED_ACTIONLIST to reflect the wiki (which also makes more sense)

This commit is contained in:
Discover-
2013-10-01 10:08:05 +02:00
parent c5c3b7ab2a
commit 11d9a44508
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ void SmartAI::EndPath(bool fail)
mLastWP = NULL;
if (mCanRepeatPath)
StartPath(mRun, GetScript()->GetPathId(), mCanRepeatPath);
StartPath(mRun, GetScript()->GetPathId(), true);
else
GetScript()->SetPathId(0);