mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 02:26:52 +01:00
Fix more
This commit is contained in:
parent
e324f3dac0
commit
8235fe08d1
@ -118,7 +118,7 @@ RemoveCustomFrontendOptions()
|
||||
lastOgScreen = MENUPAGES;
|
||||
}
|
||||
|
||||
int8 RegisterNewScreen(char *name, int prevPage)
|
||||
int8 RegisterNewScreen(const char *name, int prevPage)
|
||||
{
|
||||
if (lastOgScreen == MENUPAGES)
|
||||
lastOgScreen = GetLastMenuScreen();
|
||||
|
Loading…
Reference in New Issue
Block a user