Initial sound implementation

svn-id: r28917
This commit is contained in:
Paul Gilbert 2007-09-16 04:06:49 +00:00
parent 041bb546c6
commit b2e97060ad
9 changed files with 532 additions and 61 deletions

View file

@ -802,7 +802,7 @@ bool RestartRestoreDialog::show() {
LureEngine &engine = LureEngine::getReference();
Sound.killSounds();
Sound.musicInterface_Play(60, true, 0);
Sound.musicInterface_Play(60, 0);
mouse.setCursorNum(CURSOR_ARROW);
// See if there are any savegames that can be restored