mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
K_drawInput: fix lambda syntax
This commit is contained in:
parent
56a5f9590d
commit
2f527f736e
1 changed files with 1 additions and 1 deletions
|
|
@ -5297,7 +5297,7 @@ static void K_drawInput(void)
|
|||
char mode = ((stplyr->pflags & PF_ANALOGSTICK) ? '4' : '2') + (r_splitscreen > 1);
|
||||
bool local = !demo.playback && P_IsMachineLocalPlayer(stplyr);
|
||||
fixed_t slide = K_GetDialogueSlide(FRACUNIT);
|
||||
INT32 tallySlide = [] -> INT32
|
||||
INT32 tallySlide = []() -> INT32
|
||||
{
|
||||
if (r_splitscreen <= 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue