Skip to content

Commit c03dc25

Browse files
committed
disable sounds option no longer touches music/ui/voice volume because it doesn't get restored
1 parent 0a378e1 commit c03dc25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ProbeControlRoom/ProbeControlRoom.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,6 @@ public bool startIVA()
383383
ProbeControlRoomUtils.Logger.message("startIVA() - DisableSounds");
384384
GameSettings.SHIP_VOLUME = 0f;
385385
GameSettings.AMBIENCE_VOLUME = 0;
386-
GameSettings.MUSIC_VOLUME = 0;
387-
GameSettings.UI_VOLUME = 0;
388-
GameSettings.VOICE_VOLUME = 0;
389386
}
390387

391388
//disable camera wobble

0 commit comments

Comments
 (0)