Skip to content

Commit

Permalink
Update soundOutput.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Jul 3, 2024
1 parent bedebb1 commit da42a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/soundOutput.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
RegisterSignal(owner, COMSIG_CLIENT_MOB_MOVED, PROC_REF(update_sounds))
. = ..()

#define SMOOTHING 1 // How much smoothing when moving between tiles, smaller value means more smoothing
#define SMOOTHING 2 // [1, 32], 32 Means best sound most lag 1 Means worst sound least lag

/datum/soundOutput/proc/update_sounds(atom/user, direction)
SIGNAL_HANDLER
Expand Down

0 comments on commit da42a0d

Please sign in to comment.