Skip to content

Commit

Permalink
should fix mixer channels not working on looping sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Oct 13, 2023
1 parent b5582fb commit b17edbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/looping_sounds/_looping_sound.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
falloff_distance = falloff_distance,
use_reverb = use_reverb,
channel = channel //monkestation edit
mixer_channel = channel

Check failure on line 164 in code/datums/looping_sounds/_looping_sound.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got 'mixer_channel', expected one of: '(', operator, field access, ')', ','
)

/// Returns the sound we should now be playing.
Expand Down

0 comments on commit b17edbd

Please sign in to comment.