mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 16:02:48 +00:00
Auto Spin todos
This commit is contained in:
parent
fbfc75df71
commit
573a44fbfe
2 changed files with 2 additions and 2 deletions
|
|
@ -1595,7 +1595,7 @@ void K_KartItemRoulette(player_t *const player, ticcmd_t *const cmd)
|
||||||
|
|
||||||
if (roulette->elapsed > TICRATE>>1) // Prevent accidental immediate item confirm
|
if (roulette->elapsed > TICRATE>>1) // Prevent accidental immediate item confirm
|
||||||
{
|
{
|
||||||
if (roulette->elapsed > TICRATE<<4 || (roulette->eggman && roulette->elapsed > TICRATE*4))
|
if (roulette->elapsed > TICRATE<<4 || (roulette->eggman && !roulette->autospin && roulette->elapsed > TICRATE*4))
|
||||||
{
|
{
|
||||||
// Waited way too long, forcefully confirm the item.
|
// Waited way too long, forcefully confirm the item.
|
||||||
confirmItem = true;
|
confirmItem = true;
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ menuitem_t OPTIONS_ProfileControls[] = {
|
||||||
{IT_CONTROL | IT_CVAR, "KICKSTART ACCEL", "Hold A to auto-accel. Tap it to cancel.",
|
{IT_CONTROL | IT_CVAR, "KICKSTART ACCEL", "Hold A to auto-accel. Tap it to cancel.",
|
||||||
NULL, {.cvar = &cv_dummyprofilekickstart}, 0, 0},
|
NULL, {.cvar = &cv_dummyprofilekickstart}, 0, 0},
|
||||||
|
|
||||||
{IT_CONTROL | IT_CVAR, "AUTO SPIN", "Automatically stop the item box on a random result.",
|
{IT_CONTROL | IT_CVAR, "AUTO SPIN", "Item roulette auto-stops on a random result.",
|
||||||
NULL, {.cvar = &cv_dummyprofileautospin}, 0, 0},
|
NULL, {.cvar = &cv_dummyprofileautospin}, 0, 0},
|
||||||
|
|
||||||
{IT_HEADER, "EXTRA", "",
|
{IT_HEADER, "EXTRA", "",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue