diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/game.h b/include/game.h index 33fb184..51f8faf 100755 --- a/include/game.h +++ b/include/game.h @@ -2231,9 +2231,10 @@ public: u32 _24;
char someAnimation[2][0x38]; // actually PlayerAnim's
char yetAnotherAnimation[40]; // actually m3d::banm_c afaics -- is it even 40 bytes?
- Vec someVector[2]; // maybe not an array
+ Vec HeadPos; // maybe not an array
+ Vec HatPos; // maybe not an array
Vec headOffs;
- Vec scale;
+ Vec pos;
u8 player_id_1;
u8 player_id_2;
u8 powerup_id;
|