mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'goner-accelerate' into 'master'
Press down on Goner Setup to complete existing text line early See merge request KartKrew/Kart!1703
This commit is contained in:
commit
2d4cc49101
1 changed files with 6 additions and 0 deletions
|
|
@ -1318,6 +1318,12 @@ static boolean M_GonerInputs(INT32 ch)
|
|||
if (goner_delay < magicscroll)
|
||||
goner_delay = magicscroll;
|
||||
}
|
||||
else if (!menucmd[pid].prev_dpad_ud // taps only
|
||||
&& !goner_typewriter.textDone)
|
||||
{
|
||||
goner_typewriter.CompleteText();
|
||||
goner_delay = magicscroll;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue