Switch local saved "animation" to signed

This variable is really the SpeedRun but packed as an int ...
This commit is contained in:
Michael Cook (mackal) 2017-09-03 15:02:36 -04:00
parent 7e3fdee86c
commit 7b4c130e0a

View File

@ -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;