mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 13:31:37 +00:00
- fixed resetting of music volume after closing dialogue
https://forum.zdoom.org/viewtopic.php?t=67035
This commit is contained in:
parent
0d758014dd
commit
3b8ddb6b9b
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class ConversationMenu : Menu
|
||||||
override void OnDestroy()
|
override void OnDestroy()
|
||||||
{
|
{
|
||||||
if (mDialogueLines != null) mDialogueLines.Destroy();
|
if (mDialogueLines != null) mDialogueLines.Destroy();
|
||||||
SetMusicVolume (1);
|
SetMusicVolume (Level.MusicVolume);
|
||||||
Super.OnDestroy();
|
Super.OnDestroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue