diff options
| author | Travis Howell | 2003-06-02 06:39:54 +0000 | 
|---|---|---|
| committer | Travis Howell | 2003-06-02 06:39:54 +0000 | 
| commit | cee02068ca1285838ff07ded5021f59b9f303050 (patch) | |
| tree | 96a26aed4e10c4fb54094473470d406a80004f80 | |
| parent | 803d53dd4be77079d04ab205dac1d614533c54b8 (diff) | |
| download | scummvm-rg350-cee02068ca1285838ff07ded5021f59b9f303050.tar.gz scummvm-rg350-cee02068ca1285838ff07ded5021f59b9f303050.tar.bz2 scummvm-rg350-cee02068ca1285838ff07ded5021f59b9f303050.zip | |
Revert my last change, was correct according to disasm. but casued other problems.
svn-id: r8265
| -rw-r--r-- | simon/simon.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/simon/simon.cpp b/simon/simon.cpp index 9e0b0dd49a..eba5ebf9b5 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -147,7 +147,7 @@ static const GameSpecificSettings simon2mac_settings = {  };  static const GameSpecificSettings simon2dos_settings = { -	1,										// VGA_DELAY_BASE +	5,										// VGA_DELAY_BASE  	1580 / 4,									// TABLE_INDEX_BASE  	1500 / 4,									// TEXT_INDEX_BASE  	75,										// NUM_VIDEO_OP_CODES | 
