Adjust z offset down

This commit is contained in:
Michael Cook (mackal) 2018-03-17 02:05:36 -04:00
parent e46e2952e6
commit d8b704ef7d

View File

@ -957,7 +957,7 @@ void Mob::ProcessForcedMovement()
// this flag won't be set if the mob can't be pushed (rooted etc)
if (AI_movement_timer->Check()) {
bool bPassed = true;
auto z_off = GetZOffset();
auto z_off = GetZOffset() / 2.0f;
glm::vec3 normal;
// no zone map = fucked