Added Mob::m_RelativePosition in preparation for more boat work

This commit is contained in:
Uleat
2019-12-05 18:53:07 -05:00
parent 7e724568a6
commit 326e1be09f
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -128,6 +128,7 @@ Mob::Mob(
SetMoving(false);
moved = false;
m_RewindLocation = glm::vec3();
m_RelativePosition = glm::vec4();
name[0] = 0;
orig_name[0] = 0;