Initial sound implementation
svn-id: r28917
This commit is contained in:
parent
041bb546c6
commit
b2e97060ad
9 changed files with 532 additions and 61 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue