diff --git a/redalert/scenario.cpp b/redalert/scenario.cpp index 8e9e181c..19ef304a 100644 --- a/redalert/scenario.cpp +++ b/redalert/scenario.cpp @@ -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