synced with scummvm

svn-id: r4821
This commit is contained in:
Paweł Kołodziejski 2002-08-24 15:31:37 +00:00
parent fa181fcd8b
commit 9f993a1d29
46 changed files with 5117 additions and 371 deletions

View file

@ -1367,7 +1367,7 @@ void SimonState::vc_28()
void SimonState::vc_29_stop_all_sounds()
{
_mixer->stop_all();
_mixer->stopAll();
}
void SimonState::vc_30_set_base_delay()