mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-22 13:10:00 +00:00
Fix more
This commit is contained in:
parent
e324f3dac0
commit
8235fe08d1
|
@ -118,7 +118,7 @@ RemoveCustomFrontendOptions()
|
||||||
lastOgScreen = MENUPAGES;
|
lastOgScreen = MENUPAGES;
|
||||||
}
|
}
|
||||||
|
|
||||||
int8 RegisterNewScreen(char *name, int prevPage)
|
int8 RegisterNewScreen(const char *name, int prevPage)
|
||||||
{
|
{
|
||||||
if (lastOgScreen == MENUPAGES)
|
if (lastOgScreen == MENUPAGES)
|
||||||
lastOgScreen = GetLastMenuScreen();
|
lastOgScreen = GetLastMenuScreen();
|
||||||
|
|
Loading…
Reference in a new issue