mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 06:16:21 +00:00
Fix more
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user