mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-08 19:43:53 +00:00
Switch local saved "animation" to signed
This variable is really the SpeedRun but packed as an int ...
This commit is contained in:
parent
7e3fdee86c
commit
7b4c130e0a
@ -1222,7 +1222,7 @@ protected:
|
||||
glm::vec4 m_Position;
|
||||
/* Used to determine when an NPC has traversed so many units - to send a zone wide pos update */
|
||||
glm::vec4 last_major_update_position;
|
||||
uint16 animation;
|
||||
int animation; // this is really what MQ2 calls SpeedRun just packed like (int)(SpeedRun * 40.0f)
|
||||
float base_size;
|
||||
float size;
|
||||
float runspeed;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user