Make gamespeed selectable in menu

This commit is contained in:
NepDisk 2024-08-18 11:03:14 -04:00
parent 9b9d648822
commit 8700a37efa

View file

@ -2081,7 +2081,7 @@ void CV_AddValue(consvar_t *var, INT32 increment)
}
else if (var == &cv_kartspeed)
{
max = (M_SecretUnlocked(SECRET_HARDSPEED) ? 3 : 2);
max = (M_SecretUnlocked(SECRET_HARDSPEED) ? 4 : 3);
}
#ifdef PARANOIA
if (currentindice == -1)