aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-03-06 17:58:13 +0000
committerPaweł Kołodziejski2003-03-06 17:58:13 +0000
commit093428ae9a6a1fd33003a8a0827d7410501a74cb (patch)
tree00a37a896d37505db01dd69a162627df49e4990c /scumm/gfx.h
parent90680fe9bb614c1c5b7030821445e294c937f152 (diff)
downloadscummvm-rg350-093428ae9a6a1fd33003a8a0827d7410501a74cb.tar.gz
scummvm-rg350-093428ae9a6a1fd33003a8a0827d7410501a74cb.tar.bz2
scummvm-rg350-093428ae9a6a1fd33003a8a0827d7410501a74cb.zip
and more cleanup
svn-id: r6718
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 3d74d7ebad..8b4fe0fbf3 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -39,7 +39,6 @@ struct CameraData { /* Camera state data */
bool _movingToActor;
};
-
struct VirtScreen { /* Virtual screen areas */
int number;
uint16 topline;
@@ -74,7 +73,6 @@ struct BlastObject { /* BlastObjects to draw */
uint16 width, height;
uint16 scaleX, scaleY;
uint16 image;
-
uint16 mode;
};