aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2002-11-06 15:29:49 +0000
committerMax Horn2002-11-06 15:29:49 +0000
commit63e1069ec1b64686f3d1d1a80a6b440a6adb1e2d (patch)
treef7a52e2b27c6a3057c7cceac2a1a3727058a223b /scumm/gfx.h
parent2c6e69dcaf9020ebbd42233bd5cd41f2f5da2f94 (diff)
downloadscummvm-rg350-63e1069ec1b64686f3d1d1a80a6b440a6adb1e2d.tar.gz
scummvm-rg350-63e1069ec1b64686f3d1d1a80a6b440a6adb1e2d.tar.bz2
scummvm-rg350-63e1069ec1b64686f3d1d1a80a6b440a6adb1e2d.zip
removed more unused variables; cleaned up some spaces
svn-id: r5442
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 3ede0d1bd4..d1df0deaa4 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -77,7 +77,7 @@ struct ColorCycle { /* Palette cycles */
};
struct BlastObject { /* BlastObjects to draw */
- uint16 number, areaX, areaY, areaWidth, areaHeight;
+ uint16 number;
int16 posX, posY;
uint16 width, height;
uint16 scaleX, scaleY;
@@ -106,6 +106,7 @@ struct BompDrawData { /* Bomp graphics data */
byte scale_x, scale_y;
byte *dataptr;
int srcwidth, srcheight;
+ uint16 shadowMode;
};
struct Gdi {