All animation structs were backwards and poorly named.. RoF+ animations work properly

This commit is contained in:
Natedog2012
2015-04-06 03:01:48 -07:00
parent 78eb8747aa
commit 7662eaf983
11 changed files with 25 additions and 22 deletions
+2 -2
View File
@@ -1448,8 +1448,8 @@ struct RequestClientZoneChange_Struct {
struct Animation_Struct {
/*00*/ uint16 spawnid;
/*02*/ uint8 value;
/*03*/ uint8 action;
/*02*/ uint8 action;
/*03*/ uint8 speed;
/*04*/
};