aboutsummaryrefslogtreecommitdiff
path: root/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx.h b/gfx.h
index beb7f2925a..6164c41ee4 100644
--- a/gfx.h
+++ b/gfx.h
@@ -53,8 +53,8 @@ struct VirtScreen { /* Virtual screen areas */
byte alloctwobuffers;
byte scrollable;
uint16 xstart;
- byte tdirty[40];
- byte bdirty[40];
+ uint16 tdirty[40];
+ uint16 bdirty[40];
byte *screenPtr;
byte *backBuf;
};