1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-10-17 22:01:07 +00:00
This commit is contained in:
Filip Gawin 2020-09-29 17:47:48 +02:00
parent e324f3dac0
commit 8235fe08d1

View file

@ -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();