mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Merge branch 'patch-1' into 'next'
Rename "Legacy" control scheme See merge request STJr/SRB2!1029
This commit is contained in:
commit
5ee94c8ce7
1 changed files with 1 additions and 1 deletions
|
@ -4435,7 +4435,7 @@ static void M_DrawGenericMenu(void)
|
|||
}
|
||||
}
|
||||
|
||||
const char *PlaystyleNames[4] = {"Legacy", "Standard", "Simple", "Old Analog??"};
|
||||
const char *PlaystyleNames[4] = {"Strafe", "Standard", "Simple", "Old Analog??"};
|
||||
const char *PlaystyleDesc[4] = {
|
||||
// Legacy
|
||||
"The play style used for\n"
|
||||
|
|
Loading…
Reference in a new issue