mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix tabbing
This commit is contained in:
parent
1bce22cf72
commit
7a8dc91b6a
1 changed files with 84 additions and 85 deletions
|
|
@ -8633,7 +8633,6 @@ static void M_DrawControl(void)
|
||||||
if (keys[1] != KEY_NULL)
|
if (keys[1] != KEY_NULL)
|
||||||
strcat (tmp, G_KeynumToString (keys[1]));
|
strcat (tmp, G_KeynumToString (keys[1]));
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
V_DrawRightAlignedString(BASEVIDWIDTH-currentMenu->x, y, highlightflags, tmp);
|
V_DrawRightAlignedString(BASEVIDWIDTH-currentMenu->x, y, highlightflags, tmp);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue