diff options
author | SignpostMarv | 2012-10-29 16:05:02 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-29 23:39:01 +0000 |
commit | a16ddbee4116fd1234bb2d53598616d5345c09c9 (patch) | |
tree | 9cdbe359e24ffcdeead860788b89187df9d3b7a7 /bin/OpenSimDefaults.ini | |
parent | SianaGearz notes stop sound flag is 1 << 5, so using that for ISoundModule.St... (diff) | |
download | opensim-SC_OLD-a16ddbee4116fd1234bb2d53598616d5345c09c9.zip opensim-SC_OLD-a16ddbee4116fd1234bb2d53598616d5345c09c9.tar.gz opensim-SC_OLD-a16ddbee4116fd1234bb2d53598616d5345c09c9.tar.bz2 opensim-SC_OLD-a16ddbee4116fd1234bb2d53598616d5345c09c9.tar.xz |
Renaming module back to SoundModule as the hypothetical plan was to make another module using the shared region module interface, but this was pointed out by Melanie_T to be mostly pointless.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index afb6fed..6d1af7c 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1688,9 +1688,8 @@ Enabled = False | |||
1688 | AutoBackupModuleEnabled = false | 1688 | AutoBackupModuleEnabled = false |
1689 | 1689 | ||
1690 | [Sounds] | 1690 | [Sounds] |
1691 | ;; {Module} {} {Implementation of ISoundModule to use.} {SoundModuleNonShared} | 1691 | ;; {Module} {} {Implementation of ISoundModule to use.} {SoundModule} |
1692 | ;; Currently only INonSharedRegionModule module is implemented. | 1692 | Module = SoundModule |
1693 | Module = SoundModuleNonShared | ||
1694 | 1693 | ||
1695 | ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} | 1694 | ;; {MaxDistance} {} {Cut-off distance at which sounds will not be sent to users} {100.0} |
1696 | MaxDistance = 100.0 | 1695 | MaxDistance = 100.0 |