mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
use HITLAGDIV in HITLAGJITTERS 😁
This commit is contained in:
parent
2d8c10a694
commit
84110bfb2f
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue