use HITLAGDIV in HITLAGJITTERS 😁

This commit is contained in:
luigi budd 2025-05-10 21:38:57 +00:00
parent 2d8c10a694
commit 84110bfb2f

View file

@ -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)