aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2002-10-20 01:02:52 +0000
committerMax Horn2002-10-20 01:02:52 +0000
commitb5f0fa4c8b637fa1efccfc419ff652b31a802708 (patch)
tree9e4a986e08c2bfb3e371694c51f9d5a78a4e7d83 /scumm/gfx.h
parentdd7cfdb0de600f3079dcca28eb1f748b8ac03f9b (diff)
downloadscummvm-rg350-b5f0fa4c8b637fa1efccfc419ff652b31a802708.tar.gz
scummvm-rg350-b5f0fa4c8b637fa1efccfc419ff652b31a802708.tar.bz2
scummvm-rg350-b5f0fa4c8b637fa1efccfc419ff652b31a802708.zip
cleanup; fix for room 88 in The Dig (Ender, I was right, only the place was another :-)
svn-id: r5191
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index b1f605d193..25b9a206c9 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -58,7 +58,7 @@ struct VirtScreen { /* Virtual screen areas */
uint16 width, height;
uint16 size;
byte alloctwobuffers;
- byte scrollable;
+ bool scrollable;
uint16 xstart;
uint16 tdirty[40];
uint16 bdirty[40];