This commit is contained in:
Daveo 2001-08-04 16:12:47 +00:00
parent a5eda11791
commit 0b9bbdafad
3 changed files with 6 additions and 1 deletions

View file

@ -272,6 +272,8 @@ struct sSpriteFrameGfx
u8 *PAKSpr; // 4 Needs to be u32, so might as well make it a ptr
s8 AspectX0,AspectX1; // 2 Aspect correction value
u8 W,H; // 2
u8 W0,W1; // 2 Need these for rotating :o(
u8 OW,OH; // 2 So might as well pad with these :o(
};
struct sSpriteFrame