From a37e9d8030a5274072cc085db74e463eb4be0a73 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Fri, 20 Jul 2012 21:29:54 -0500 Subject: Arrrgh --- include/game.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/game.h') 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; -- cgit v1.2.3