Skip to content

Commit

Permalink
Fix sounds being waaay too loud
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbodingAngel committed Jul 8, 2016
1 parent ea029bc commit 8e5ebbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gamedata/sounds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local Sounds = {
ack = {
--- always play on the front speaker(s)
file = "sounds/ack.wav",
in3d = "false",
in3d = true,
maxconcurrent = 1,
gainmod = 0,
pitchmod = 0,
Expand All @@ -33,14 +33,14 @@ local Sounds = {
UnitSelect = {
--- always play on the front speaker(s)
file = "sounds/unitselect.wav",
in3d = "false",
in3d = true,
maxconcurrent = 1,
},

MultiSelect = {
--- always play on the front speaker(s)
file = "sounds/button9.wav",
in3d = "false",
in3d = true,
maxconcurrent = 1,
},

Expand Down

0 comments on commit 8e5ebbc

Please sign in to comment.