aboutsummaryrefslogtreecommitdiff
path: root/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gfx.h b/gfx.h
index 72bfd6d336..0e747a067d 100644
--- a/gfx.h
+++ b/gfx.h
@@ -74,10 +74,10 @@ struct ColorCycle { /* Palette cycles */
};
struct BlastObject { /* BlastObjects to draw */
- uint16 a,b,c,d,e;
- int16 x,y;
+ uint16 number,areaX,areaY,areaWidth,areaHeight;
+ int16 posX,posY;
uint16 width,height;
- uint16 j,k,l;
+ uint16 unk3,unk4,image;
uint16 mode;
};