mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-14 07:06:41 +00:00
optionmenus --> optionsmenu typo
This commit is contained in:
parent
71372979d8
commit
967a449693
1 changed files with 1 additions and 1 deletions
|
|
@ -4350,7 +4350,7 @@ boolean M_ProfileEditInputs(INT32 ch)
|
|||
void M_HandleProfileEdit(void)
|
||||
{
|
||||
// Always copy the profile name and player name in the profile.
|
||||
if (optionmenus.profile)
|
||||
if (optionsmenu.profile)
|
||||
{
|
||||
// Copy the first 6 chars for profile name
|
||||
if (strlen(cv_dummyprofilename.string))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue