Red Alert now loads stand alone to the main menu.

This commit is contained in:
Justin Marshall
2020-06-01 16:29:29 -07:00
parent d9e287e08b
commit 96416e9ca9
14 changed files with 153 additions and 866 deletions
+12 -10
View File
@@ -746,8 +746,9 @@ int Main_Menu(unsigned long )
/*
** Refresh display if needed.
*/
if (display) {
// jmarshall
//if (display) {
// jmarshall end
/*
** Load the background picture.
*/
@@ -793,14 +794,15 @@ int Main_Menu(unsigned long )
Set_Logic_Page(SeenBuff);
display = false;
}
else {
if (RunningAsDLL) { //PG
retval = -1;
process = false;
}
}
// jmarshall
//}
//else {
// if (RunningAsDLL) { //PG
// retval = -1;
// process = false;
// }
//}
// jmarshall end
/*
** Get and process player input.