mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-04 01:52:26 +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;
|
casting_spell_id = 0;
|
||||||
npcflag = false;
|
npcflag = false;
|
||||||
npclevel = 0;
|
npclevel = 0;
|
||||||
position_update_same_count = 0;
|
|
||||||
fishing_timer.Disable();
|
fishing_timer.Disable();
|
||||||
dead_timer.Disable();
|
dead_timer.Disable();
|
||||||
camp_timer.Disable();
|
camp_timer.Disable();
|
||||||
|
|||||||
@ -1842,9 +1842,6 @@ private:
|
|||||||
|
|
||||||
WaterRegionType last_region_type;
|
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
|
PTimerList p_timers; //persistent timers
|
||||||
Timer hpupdate_timer;
|
Timer hpupdate_timer;
|
||||||
Timer camp_timer;
|
Timer camp_timer;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user