mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Fix several GCC warnings
This commit is contained in:
+9
-8
@@ -969,11 +969,6 @@ protected:
|
||||
Timer tic_timer;
|
||||
Timer mana_timer;
|
||||
|
||||
float rewind_x;
|
||||
float rewind_y;
|
||||
float rewind_z;
|
||||
Timer rewind_timer;
|
||||
|
||||
//spell casting vars
|
||||
Timer spellend_timer;
|
||||
uint16 casting_spell_id;
|
||||
@@ -992,6 +987,11 @@ protected:
|
||||
uint8 bardsong_slot;
|
||||
uint32 bardsong_target_id;
|
||||
|
||||
float rewind_x;
|
||||
float rewind_y;
|
||||
float rewind_z;
|
||||
Timer rewind_timer;
|
||||
|
||||
// Currently 3 max nimbus particle effects at a time
|
||||
uint32 nimbus_effect1;
|
||||
uint32 nimbus_effect2;
|
||||
@@ -1026,6 +1026,10 @@ protected:
|
||||
int16 rooted_mod; //Modifier to root break chance, defined when root is cast on a target.
|
||||
bool offhand;
|
||||
|
||||
// Bind wound
|
||||
Timer bindwound_timer;
|
||||
Mob* bindwound_target;
|
||||
|
||||
Timer stunned_timer;
|
||||
Timer spun_timer;
|
||||
Timer bardsong_timer;
|
||||
@@ -1108,9 +1112,6 @@ protected:
|
||||
uint32 pDontSnareMeBefore;
|
||||
uint32 pDontCureMeBefore;
|
||||
|
||||
// Bind wound
|
||||
Timer bindwound_timer;
|
||||
Mob* bindwound_target;
|
||||
// hp event
|
||||
int nexthpevent;
|
||||
int nextinchpevent;
|
||||
|
||||
Reference in New Issue
Block a user