aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2006-05-04 02:23:52 +0000
committerTravis Howell2006-05-04 02:23:52 +0000
commite87de5898bc4d985cbf3c5ca404c96895da588bc (patch)
tree2df0499769aca562848696c5aa1342344b0a990a /engines/simon/simon.h
parent84c99c82427f961fef4ffadd9809383a9e70b761 (diff)
downloadscummvm-rg350-e87de5898bc4d985cbf3c5ca404c96895da588bc.tar.gz
scummvm-rg350-e87de5898bc4d985cbf3c5ca404c96895da588bc.tar.bz2
scummvm-rg350-e87de5898bc4d985cbf3c5ca404c96895da588bc.zip
Cleanup
svn-id: r22320
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r--engines/simon/simon.h19
1 files changed, 8 insertions, 11 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index 015150ef17..2342c68b67 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -179,14 +179,14 @@ protected:
uint32 *_gameOffsetsPtr;
- uint VGA_DELAY_BASE;
- uint TABLE_INDEX_BASE;
- uint TEXT_INDEX_BASE;
- uint NUM_VIDEO_OP_CODES;
- uint VGA_MEM_SIZE;
- uint TABLES_MEM_SIZE;
- uint MUSIC_INDEX_BASE;
- uint SOUND_INDEX_BASE;
+ uint _vgaBaseDelay;
+ uint _tableIndexBase;
+ uint _textIndexBase;
+ uint _numVideoOpcodes;
+ uint _vgaMemSize;
+ uint _tableMemSize;
+ uint _musicIndexBase;
+ uint _soundIndexBase;
const GameSpecificSettings *gss;
byte _keyPressed;
@@ -253,7 +253,6 @@ protected:
bool _inCallBack;
bool _cepeFlag;
byte _copyPartialMode;
- uint _speed;
bool _fastMode;
bool _useBackGround;
@@ -268,7 +267,6 @@ protected:
bool _dumpImages;
bool _speech;
bool _subtitles;
- bool _fade;
bool _vgaVar9;
int16 _chanceModifier;
bool _restoreWindow6;
@@ -446,7 +444,6 @@ protected:
MidiPlayer midi;
bool _native_mt32;
- int _numScreenUpdates;
int _vgaTickCounter;
MoviePlayer *_moviePlay;