mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
re-enable music, it works
This commit is contained in:
parent
5da5f16aef
commit
68828baafd
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ namespace ShiftOS.WinForms
|
|||
get
|
||||
{
|
||||
if (SaveSystem.CurrentSave == null)
|
||||
return 0.0f;
|
||||
return 0.45f;
|
||||
if (TutorialManager.IsInTutorial || SaveSystem.CurrentSave.StoryPosition < 1)
|
||||
return 0.0f;
|
||||
return 0.45f;
|
||||
try
|
||||
{
|
||||
return SaveSystem.CurrentSave.Settings.audioVolume;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
#define NOSOUND
|
||||
//#define NOSOUND
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
Loading…
Reference in a new issue