diff --git a/code/datums/soundOutput.dm b/code/datums/soundOutput.dm index cb581d85f989..cfcc26be1504 100644 --- a/code/datums/soundOutput.dm +++ b/code/datums/soundOutput.dm @@ -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