mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-29 15:42:03 +00:00
Update playstyle names on the input display
This commit is contained in:
parent
0a38fef147
commit
4d1fb04327
1 changed files with 11 additions and 1 deletions
|
@ -1176,7 +1176,17 @@ static void ST_drawInput(void)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CS_SIMPLE:
|
case CS_SIMPLE:
|
||||||
V_DrawThinString(x, y, hudinfo[HUD_LIVES].f, "SIMPLE");
|
V_DrawThinString(x, y, hudinfo[HUD_LIVES].f, "AUTOMATIC");
|
||||||
|
y -= 8;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case CS_STANDARD:
|
||||||
|
V_DrawThinString(x, y, hudinfo[HUD_LIVES].f, "MANUAL");
|
||||||
|
y -= 8;
|
||||||
|
break;
|
||||||
|
|
||||||
|
case CS_LEGACY:
|
||||||
|
V_DrawThinString(x, y, hudinfo[HUD_LIVES].f, "STRAFE");
|
||||||
y -= 8;
|
y -= 8;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue