Set default values for VOLUME_TA and VOLUME_SSA to 100.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2525 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Sevenfm
2020-03-09 20:34:37 +00:00
parent 2e742dcea3
commit 7be2807899
+2 -2
View File
@@ -662,13 +662,13 @@ MAX_PERCENT_NOISE_SILENCED_SOUND = 35
; These options control fire ambient sound and it's volume
;------------------------------------------------------------------------------------------------------------------------------
ENABLE_TA = TRUE
VOLUME_TA = 50
VOLUME_TA = 100
;------------------------------------------------------------------------------------------------------------------------------
; These options control sector steady ambients
;------------------------------------------------------------------------------------------------------------------------------
ENABLE_SSA = FALSE
VOLUME_SSA = 50
VOLUME_SSA = 100
DEBUG_SSA = FALSE
;******************************************************************************************************************************