diff options
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ struct BlastObject { /* BlastObjects to draw */ int16 posX,posY; uint16 width,height; uint16 unk3,unk4,image; + uint16 mode; }; |