mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 08:50:29 +02:00
Red Alert now loads stand alone to the main menu.
This commit is contained in:
+12
-10
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user