re-enable music, it works

This commit is contained in:
william341 2017-02-25 10:48:11 -07:00
parent 5da5f16aef
commit 68828baafd
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
#define NOSOUND
//#define NOSOUND
using System;
using System.Collections.Generic;