svn-id: r6412
This commit is contained in:
Travis Howell 2003-01-12 02:42:59 +00:00
parent 93184025d9
commit f469d84888

View file

@ -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);