mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-16 12:52:25 +00:00
[Cleanup] Remove position_same_update_count from client.cpp/client.h (#3280)
# Notes - This is unused.
This commit is contained in:
parent
c5c9985e0d
commit
0cc76ab489
@ -237,7 +237,6 @@ Client::Client(EQStreamInterface *ieqs) : Mob(
|
||||
casting_spell_id = 0;
|
||||
npcflag = false;
|
||||
npclevel = 0;
|
||||
position_update_same_count = 0;
|
||||
fishing_timer.Disable();
|
||||
dead_timer.Disable();
|
||||
camp_timer.Disable();
|
||||
|
||||
@ -1842,9 +1842,6 @@ private:
|
||||
|
||||
WaterRegionType last_region_type;
|
||||
|
||||
// this is used to try to cut back on position update reflections
|
||||
int position_update_same_count;
|
||||
|
||||
PTimerList p_timers; //persistent timers
|
||||
Timer hpupdate_timer;
|
||||
Timer camp_timer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user