summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-07-20 21:29:54 -0500
committerColin Noga <Tempus@chronometry.ca>2012-07-20 21:29:54 -0500
commita37e9d8030a5274072cc085db74e463eb4be0a73 (patch)
tree128457c6cc7ee7ff51574b25cefefb065c2e3a91 /include/game.h
parent061f0c1d9eda240eace4b638575f0fca1d1a3b1c (diff)
downloadkamek-a37e9d8030a5274072cc085db74e463eb4be0a73.tar.gz
kamek-a37e9d8030a5274072cc085db74e463eb4be0a73.zip
Arrrgh
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h5
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;