mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
Merge branch 'increase-minz' into 'master'
Increase MINZ from 4 fracunits to 16 See merge request KartKrew/Kart!1122
This commit is contained in:
commit
78b4b6f5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
#include "k_kart.h" // HITLAGJITTERS
|
||||
#include "r_fps.h"
|
||||
|
||||
#define MINZ (FRACUNIT*4)
|
||||
#define MINZ (FRACUNIT*16)
|
||||
#define BASEYCENTER (BASEVIDHEIGHT/2)
|
||||
|
||||
typedef struct
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue