mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-02 21:22:40 +00:00
Add empty param list to lambda to fix warning
This commit is contained in:
parent
3a62df7ed7
commit
8b4c32dfdb
1 changed files with 1 additions and 1 deletions
|
|
@ -5295,7 +5295,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