aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index c14ca1b3e1..9c0019187a 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -180,8 +180,7 @@ struct ColorCycle {
/** BlastObjects to draw */
struct BlastObject {
uint16 number;
- int16 posX, posY;
- uint16 width, height;
+ Common::Rect rect;
uint16 scaleX, scaleY;
uint16 image;
uint16 mode;