mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-11 23:50:51 +02:00
Skirmish dialog works.
This commit is contained in:
@@ -295,7 +295,7 @@ SelectedObjectsType CurrentObject;
|
||||
/***************************************************************************
|
||||
** This is the game version.
|
||||
*/
|
||||
//PG VersionClass VerNum;
|
||||
VersionClass VerNum;
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
|
||||
@@ -396,7 +396,7 @@ GameType Select_MPlayer_Game (void)
|
||||
|
||||
case (BUTTON_SKIRMISH):
|
||||
Session.Type = GAME_SKIRMISH;
|
||||
#if (0) //PG
|
||||
|
||||
if (Com_Scenario_Dialog(true)) {
|
||||
retval = GAME_SKIRMISH;
|
||||
process = false;
|
||||
@@ -410,7 +410,6 @@ GameType Select_MPlayer_Game (void)
|
||||
Session.Type = GAME_NORMAL;
|
||||
display = REDRAW_ALL;
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
|
||||
case (BUTTON_IPX):
|
||||
|
||||
@@ -199,6 +199,7 @@ typedef enum {
|
||||
REJECT_DISBANDED, // game was disbanded
|
||||
REJECT_MISMATCH, // "rules.ini" file mismatch.
|
||||
} RejectType;
|
||||
#endif
|
||||
|
||||
#ifdef ENGLISH
|
||||
char const *EngMisStr[] = {
|
||||
@@ -439,6 +440,10 @@ char const *EngMisStr[] = {
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
#if (0) //PG
|
||||
|
||||
|
||||
#ifdef GERMAN
|
||||
char const *EngMisStr[] = {
|
||||
|
||||
|
||||
+1826
-14
File diff suppressed because it is too large
Load Diff
@@ -335,3 +335,5 @@ private:
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#define GAME_VERSION 0x00030003
|
||||
@@ -41,7 +41,6 @@
|
||||
* VersionClass::Min_Version -- returns lowest version # to connect to *
|
||||
* VersionClass::Max_Version -- returns highest version # to connect to *
|
||||
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
|
||||
#if (0)//PG
|
||||
#include "function.h"
|
||||
|
||||
#ifdef FIXIT_VERSION_3
|
||||
@@ -847,4 +846,3 @@ char const * Version_Name(void)
|
||||
return(buffer);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user