Skip to content

Commit

Permalink
- fixed resetting of music volume after closing dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk authored and coelckers committed Jan 20, 2020
1 parent 0d75801 commit 3b8ddb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/ui/menu/conversationmenu.zs
Expand Up @@ -281,7 +281,7 @@ class ConversationMenu : Menu
override void OnDestroy()
{
if (mDialogueLines != null) mDialogueLines.Destroy();
SetMusicVolume (1);
SetMusicVolume (Level.MusicVolume);
Super.OnDestroy();
}

Expand Down

0 comments on commit 3b8ddb6

Please sign in to comment.