diff options
| author | Jamieson Christian | 2003-05-21 00:44:37 +0000 |
|---|---|---|
| committer | Jamieson Christian | 2003-05-21 00:44:37 +0000 |
| commit | 8860625e4661f9ff5fce469f80144c61a1a26427 (patch) | |
| tree | 90219673d8054a7296ac971728a0494e2d6f4e70 /simon/simon.cpp | |
| parent | 9780fc9c3e5b5866ed131f70ce4146207e910433 (diff) | |
| download | scummvm-rg350-8860625e4661f9ff5fce469f80144c61a1a26427.tar.gz scummvm-rg350-8860625e4661f9ff5fce469f80144c61a1a26427.tar.bz2 scummvm-rg350-8860625e4661f9ff5fce469f80144c61a1a26427.zip | |
Various cleanup of Simon music code
svn-id: r7758
Diffstat (limited to 'simon/simon.cpp')
| -rw-r--r-- | simon/simon.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index a8d5b95422..77dfe7cc84 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -5280,12 +5280,7 @@ bool SimonState::load_game(uint slot) { void SimonState::midi_play (uint track) { if (track == 999) return; - - if (_vc72_var1 == 999) { -// _midi_var11 = 0; - midi.jump (track, 0); -// _midi_var12 = 1; - } + midi.jump (track, 0); } |
