aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
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;
};