Work on making the paths work well when being z corrected esp for nav meshes

This commit is contained in:
KimLS
2017-08-05 20:54:43 -07:00
parent 832c31a41a
commit 3afee1f841
4 changed files with 57 additions and 11 deletions
+1
View File
@@ -446,6 +446,7 @@ Mob::Mob(const char* in_name,
npc_assist_cap = 0;
PathRecalcTimer.reset(new Timer(2000));
PathingLoopCount = 0;
}
Mob::~Mob()