aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-01-12 02:42:59 +0000
committerTravis Howell2003-01-12 02:42:59 +0000
commitf469d848880f09ee2a26330b7c5bd5b07f5e8529 (patch)
treeb52c40a1832c7145a1779ffa86f99161fff4b57d /simon
parent93184025d912d996298b5308a50c02c24b142700 (diff)
downloadscummvm-rg350-f469d848880f09ee2a26330b7c5bd5b07f5e8529.tar.gz
scummvm-rg350-f469d848880f09ee2a26330b7c5bd5b07f5e8529.tar.bz2
scummvm-rg350-f469d848880f09ee2a26330b7c5bd5b07f5e8529.zip
Ooops
svn-id: r6412
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp4
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);