diff options
-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); |