diff options
author | Travis Howell | 2003-01-12 02:42:59 +0000 |
---|---|---|
committer | Travis Howell | 2003-01-12 02:42:59 +0000 |
commit | f469d848880f09ee2a26330b7c5bd5b07f5e8529 (patch) | |
tree | b52c40a1832c7145a1779ffa86f99161fff4b57d | |
parent | 93184025d912d996298b5308a50c02c24b142700 (diff) | |
download | scummvm-rg350-f469d848880f09ee2a26330b7c5bd5b07f5e8529.tar.gz scummvm-rg350-f469d848880f09ee2a26330b7c5bd5b07f5e8529.tar.bz2 scummvm-rg350-f469d848880f09ee2a26330b7c5bd5b07f5e8529.zip |
Ooops
svn-id: r6412
-rw-r--r-- | simon/simon.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index 3f1c0ac183..ed31378b42 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -867,7 +867,7 @@ void SimonState::playSting(uint a) _mus_file->seek(0, SEEK_SET); if (_mus_file->read(_mus_offsets, size) != size) - error("Cannot read offsets"); + error("Can't read offsets"); midi.shutdown(); _mus_file->seek(_mus_offsets[a], SEEK_SET); @@ -4531,8 +4531,6 @@ void SimonState::go() setup_vga_file_buf_pointers(); - _vk_t_toggle = true; - _sound = new SimonSound(_game, gss, _gameDataPath, _mixer); loadGamePcFile(gss->gamepc_filename); |