In Game Load/Save will no longer display the title screen.

This commit is contained in:
Justin Marshall
2020-06-14 15:46:01 -07:00
parent b97ed837bf
commit e54d35c735
+3 -1
View File
@@ -258,7 +258,9 @@ int LoadOptionsClass::Process(void)
bool display = true;
bool process = true;
while (process) {
Load_Title_Screen("TITLE.PCX", NULL, NULL);
if (g_inMainMenu) {
Load_Title_Screen("TITLE.PCX", NULL, NULL);
}
/*
** Invoke game callback.