diff --git a/src/k_hitlag.h b/src/k_hitlag.h index f999c2181..6b072c8f3 100644 --- a/src/k_hitlag.h +++ b/src/k_hitlag.h @@ -21,8 +21,8 @@ extern "C" { #endif #define MAXHITLAGTICS (30) -#define HITLAGJITTERS (FRACUNIT / 20) -#define HITLAGDIV (20) // define this so we arent using a magic number for interp +#define HITLAGDIV (20) // define this so we arent using a magic number +#define HITLAGJITTERS (FRACUNIT / HITLAGDIV) #define NUM_HITLAG_STATES (9) #define NUM_HITLAG_SOUNDS (4)