This commit is contained in:
Filip Gawin 2020-09-29 17:47:48 +02:00
parent e324f3dac0
commit 8235fe08d1
1 changed files with 1 additions and 1 deletions

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