mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix desynced popt_e order
This commit is contained in:
parent
37bd4a6ad9
commit
07b945be29
1 changed files with 1 additions and 1 deletions
|
|
@ -408,10 +408,10 @@ extern menu_t MAIN_ProfilesDef;
|
|||
typedef enum
|
||||
{
|
||||
popt_profilename = 0,
|
||||
popt_profilepname,
|
||||
popt_controls,
|
||||
popt_accessibility,
|
||||
popt_char,
|
||||
popt_profilepname,
|
||||
popt_confirm,
|
||||
} popt_e;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue