mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
rewind_x, rewind_y,rewind_z replaced with m_RewindLocation of type xyz_location
This commit is contained in:
+1
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user