mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Load Mission now works with the new renderer.
This commit is contained in:
@@ -258,6 +258,7 @@ int LoadOptionsClass::Process(void)
|
||||
bool display = true;
|
||||
bool process = true;
|
||||
while (process) {
|
||||
Load_Title_Screen("TITLE.PCX", NULL, NULL);
|
||||
|
||||
/*
|
||||
** Invoke game callback.
|
||||
@@ -305,7 +306,7 @@ int LoadOptionsClass::Process(void)
|
||||
** Redraw the buttons.
|
||||
*/
|
||||
{
|
||||
commands->Flag_List_To_Redraw();
|
||||
commands->Draw_All(); // jmarshall draw all
|
||||
}
|
||||
Show_Mouse();
|
||||
display = false;
|
||||
|
||||
Reference in New Issue
Block a user