mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 17:39:09 +00:00
Change: Default music and sound effects volume to be lower
This commit is contained in:
committed by
Charles Pigott
parent
300391465a
commit
78285207ce
@@ -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
|
||||
|
Reference in New Issue
Block a user