mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 10:33:45 +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;
|
||||
}
|
||||
|
||||
int8 RegisterNewScreen(char *name, int prevPage)
|
||||
int8 RegisterNewScreen(const char *name, int prevPage)
|
||||
{
|
||||
if (lastOgScreen == MENUPAGES)
|
||||
lastOgScreen = GetLastMenuScreen();
|
||||
|
|
Loading…
Reference in a new issue