mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
cv_renderhitbox is a cheat
This commit is contained in:
parent
73aaa6baf8
commit
0db0a1646a
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ static CV_PossibleValue_t renderhitbox_cons_t[] = {
|
||||||
{RENDERHITBOX_RINGS, "Rings"},
|
{RENDERHITBOX_RINGS, "Rings"},
|
||||||
{0}};
|
{0}};
|
||||||
|
|
||||||
consvar_t cv_renderhitbox = CVAR_INIT ("renderhitbox", "Off", 0, renderhitbox_cons_t, NULL);
|
consvar_t cv_renderhitbox = CVAR_INIT ("renderhitbox", "Off", CV_CHEAT, renderhitbox_cons_t, NULL);
|
||||||
|
|
||||||
struct bbox_col {
|
struct bbox_col {
|
||||||
INT32 x;
|
INT32 x;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue