aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2005-11-09 23:36:55 +0000
committerTravis Howell2005-11-09 23:36:55 +0000
commit0cfc4456dec1a0f4eb8b50a661232912c36b4c9d (patch)
treec403ef1a7a0d7db8ce1b7e4e05ff954cc13ca91d /simon/simon.h
parent22dc08ed5fd771578ddfe5fd083509ea93e0e2ee (diff)
downloadscummvm-rg350-0cfc4456dec1a0f4eb8b50a661232912c36b4c9d.tar.gz
scummvm-rg350-0cfc4456dec1a0f4eb8b50a661232912c36b4c9d.tar.bz2
scummvm-rg350-0cfc4456dec1a0f4eb8b50a661232912c36b4c9d.zip
Palette delay at the end of Simon1 was never triggered.
svn-id: r19541
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index a4eb115f38..bdabf21790 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -190,7 +190,7 @@ protected:
bool _vgaRes328Loaded;
bool _hitarea_unk_3;
bool _mortalFlag;
- byte _videoVar8;
+ byte _updateScreen;
bool _usePaletteDelay;
bool _syncFlag2;
bool _inCallBack;