mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 10:53:43 +00:00
Fix more
This commit is contained in:
parent
e324f3dac0
commit
8235fe08d1
1 changed files with 1 additions and 1 deletions
|
@ -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