diff options
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index cb3cb8e796..cab10f614d 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -329,13 +329,14 @@ protected: uint16 _scrollUpHitArea; uint16 _scrollDownHitArea; - uint16 _noOverWrite; volatile uint16 _paletteColorCount; int _screenWidth, _screenHeight; + uint16 _noOverWrite; byte _rejectCount; bool _rejectBlock; + bool _fastFadeOutFlag; bool _unkPalFlag; bool _exitCutscene; |