Changeset - r25137:fb3b8e7376f6
[Not reviewed]
master
0 1 0
Niels Martin Hansen - 3 years ago 2021-04-04 07:51:48
nielsm@indvikleren.dk
Change: Default music and sound effects volume to be lower
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/table/settings.ini
Show inline comments
 
@@ -3522,7 +3522,7 @@ cat      = SC_BASIC
 
var      = music.music_vol
 
type     = SLE_UINT8
 
flags    = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
 
def      = 127
 
def      = 50
 
min      = 0
 
max      = 127
 
interval = 1
 
@@ -3532,7 +3532,7 @@ cat      = SC_BASIC
 
var      = music.effect_vol
 
type     = SLE_UINT8
 
flags    = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
 
def      = 127
 
def      = 100
 
min      = 0
 
max      = 127
 
interval = 1
0 comments (0 inline, 0 general)