Skip to content

Commit

Permalink
[RA] Enable AM units in skirmish when expansion detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniBlade committed Jun 19, 2024
1 parent 08bd6a5 commit 75a8abc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion redalert/scenario.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,11 @@ bool Read_Scenario_INI(char* fname, bool)
#ifdef FIXIT_CSII // checked - ajw 9/28/98 - Added runtime check.
if (Is_Aftermath_Installed()) {
if (Session.Type == GAME_SKIRMISH || Session.Type == GAME_GLYPHX_MULTIPLAYER) {
bAftermathMultiplayer = NewUnitsEnabled = OverrideNewUnitsEnabled;
#ifdef REMASTER_BUILD
bAftermathMultiplayer = NewUnitsEnabled = OverrideNewUnitsEnabled;
#else
bAftermathMultiplayer = NewUnitsEnabled;
#endif
}
}
#endif
Expand Down

0 comments on commit 75a8abc

Please sign in to comment.