rewind_x, rewind_y,rewind_z replaced with m_RewindLocation of type xyz_location

This commit is contained in:
Arthur Ice
2014-11-26 00:56:07 -08:00
parent cab1f986f1
commit 09f75c09b8
4 changed files with 11 additions and 21 deletions
+1 -3
View File
@@ -118,9 +118,7 @@ Mob::Mob(const char* in_name,
AI_Init();
SetMoving(false);
moved=false;
rewind_x = 0; //Stored x_pos for /rewind
rewind_y = 0; //Stored y_pos for /rewind
rewind_z = 0; //Stored z_pos for /rewind
m_RewindLocation = xyz_location::Origin();
move_tic_count = 0;
_egnode = nullptr;