Skip to content

Commit

Permalink
Snowberry: Updated maximum number of sound channels to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 28, 2013
1 parent 15eccb6 commit 5d608ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snowberry/conf/doomsday.conf
Expand Up @@ -127,7 +127,7 @@ group sound-options
slider sound-channels (
option: -sfxchan
default: 16
min=4 max=32 step=1
min=4 max=256 step=1
)

toggle disable-audio (
Expand Down
2 changes: 1 addition & 1 deletion snowberry/conf/osx-doomsday.conf
Expand Up @@ -131,7 +131,7 @@ group sound-options
slider sound-channels (
option: -sfxchan
default: 16
min=4 max=32 step=1
min=4 max=256 step=1
)

toggle disable-audio (
Expand Down
2 changes: 1 addition & 1 deletion snowberry/conf/x-doomsday.conf
Expand Up @@ -126,7 +126,7 @@ group sound-options
slider sound-channels (
option: -sfxchan
default: 16
min=4 max=32 step=1
min=4 max=256 step=1
)

toggle disable-audio (
Expand Down

0 comments on commit 5d608ab

Please sign in to comment.