mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-25 20:42:35 +00:00
Press down on Goner Setup to complete existing text line early
This commit is contained in:
parent
955f4c39c0
commit
3430ba9697
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