aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2002-09-19 11:06:10 +0000
committerMax Horn2002-09-19 11:06:10 +0000
commitb46b35b54470180a882d2732b75d64243857cb54 (patch)
treec75680fbe907b481a29a8103a35cd53dd1beadae /scumm/gfx.h
parente80d5a866b3a327eaa4e36a9baac3f8d09f82620 (diff)
downloadscummvm-rg350-b46b35b54470180a882d2732b75d64243857cb54.tar.gz
scummvm-rg350-b46b35b54470180a882d2732b75d64243857cb54.tar.bz2
scummvm-rg350-b46b35b54470180a882d2732b75d64243857cb54.zip
renamed unk3/unk4 to scaleX/scaleY
svn-id: r4970
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 41cbad7d37..93eec1e64c 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -84,7 +84,8 @@ struct BlastObject { /* BlastObjects to draw */
uint16 number, areaX, areaY, areaWidth, areaHeight;
int16 posX, posY;
uint16 width, height;
- uint16 unk3, unk4, image;
+ uint16 scaleX, scaleY;
+ uint16 image;
uint16 mode;
};