aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-10-01 09:27:09 +0000
committerJames Brown2002-10-01 09:27:09 +0000
commit4d24a0bfbe389d498d281860415de5839635e37c (patch)
treee652210136922c0ea59f9a48af97f2ef9440cb87 /scumm/scumm.h
parentd6db8560c61fae5597ab108dbf8adf745d1728d4 (diff)
downloadscummvm-rg350-4d24a0bfbe389d498d281860415de5839635e37c.tar.gz
scummvm-rg350-4d24a0bfbe389d498d281860415de5839635e37c.tar.bz2
scummvm-rg350-4d24a0bfbe389d498d281860415de5839635e37c.zip
Patch #616092: Full Throttle dialog fix
svn-id: r5058
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 82d4ae57c6..bd14d72e01 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -756,7 +756,7 @@ public:
uint32 _IM00_offs, _PALS_offs;
//ender: fullscreen
- bool _fullRedraw, _BgNeedsRedraw, _shakeEnabled;
+ bool _fullRedraw, _BgNeedsRedraw, _shakeEnabled, _verbRedraw;
bool _screenEffectFlag, _completeScreenRedraw;
int _cursorHotspotX, _cursorHotspotY, _cursorWidth, _cursorHeight;