mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
In Game Load/Save will no longer display the title screen.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user