cv_renderhitbox is a cheat

This commit is contained in:
Sally Coolatta 2022-09-25 19:57:21 -04:00
parent 73aaa6baf8
commit 0db0a1646a

View file

@ -34,7 +34,7 @@ static CV_PossibleValue_t renderhitbox_cons_t[] = {
{RENDERHITBOX_RINGS, "Rings"},
{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 {
INT32 x;