Some fixes to grid pathing at 0 wp pause plus command changes

This commit is contained in:
KimLS
2018-10-28 13:39:24 -07:00
parent 29383882f8
commit 8ebcd6b6c5
6 changed files with 80 additions and 39 deletions
+1 -5
View File
@@ -390,12 +390,8 @@ void NPC::SetWaypointPause()
{
//Declare time to wait on current WP
if (cur_wp_pause == 0) {
AI_walking_timer->Start(100);
}
else
if(cur_wp_pause > 0)
{
switch (pausetype)
{
case 0: //Random Half