Ooops
svn-id: r6412
This commit is contained in:
parent
93184025d9
commit
f469d84888
1 changed files with 1 additions and 3 deletions
|
@ -867,7 +867,7 @@ void SimonState::playSting(uint a)
|
||||||
|
|
||||||
_mus_file->seek(0, SEEK_SET);
|
_mus_file->seek(0, SEEK_SET);
|
||||||
if (_mus_file->read(_mus_offsets, size) != size)
|
if (_mus_file->read(_mus_offsets, size) != size)
|
||||||
error("Cannot read offsets");
|
error("Can't read offsets");
|
||||||
|
|
||||||
midi.shutdown();
|
midi.shutdown();
|
||||||
_mus_file->seek(_mus_offsets[a], SEEK_SET);
|
_mus_file->seek(_mus_offsets[a], SEEK_SET);
|
||||||
|
@ -4531,8 +4531,6 @@ void SimonState::go()
|
||||||
|
|
||||||
setup_vga_file_buf_pointers();
|
setup_vga_file_buf_pointers();
|
||||||
|
|
||||||
_vk_t_toggle = true;
|
|
||||||
|
|
||||||
_sound = new SimonSound(_game, gss, _gameDataPath, _mixer);
|
_sound = new SimonSound(_game, gss, _gameDataPath, _mixer);
|
||||||
|
|
||||||
loadGamePcFile(gss->gamepc_filename);
|
loadGamePcFile(gss->gamepc_filename);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue