Press down on Goner Setup to complete existing text line early

This commit is contained in:
toaster 2023-12-22 21:17:27 +00:00
parent 955f4c39c0
commit 3430ba9697

View file

@ -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;