#ifdef'd campaigns disabled for backward compatibility of savegames.
To be enabled sometime in the future...
This commit is contained in:
parent
b34955386f
commit
1e0e988593
1 changed files with 10 additions and 8 deletions
|
@ -1077,17 +1077,19 @@
|
|||
|
||||
{scenarios}
|
||||
|
||||
#ifdef CAMPAIGN_HEIR_TO_THE_THRONE
|
||||
# XXX Campaigns separation not enabled in 0.7.10-CVS for backward compatibility
|
||||
# of savegames. To be enabled sometime in the future...
|
||||
# ifdef CAMPAIGN_HEIR_TO_THE_THRONE
|
||||
{scenarios/Heir_To_The_Throne}
|
||||
#endif
|
||||
#ifdef CAMPAIGN_THE_DARK_HORDES
|
||||
# endif
|
||||
# ifdef CAMPAIGN_THE_DARK_HORDES
|
||||
{scenarios/The_Dark_Hordes}
|
||||
#endif
|
||||
#ifdef CAMPAIGN_SON_OF_THE_BLACK_EYE
|
||||
# endif
|
||||
# ifdef CAMPAIGN_SON_OF_THE_BLACK_EYE
|
||||
{scenarios/Son_Of_The_Black_Eye}
|
||||
#endif
|
||||
#ifdef CAMPAIGN_EASTERN_INVASION
|
||||
# endif
|
||||
# ifdef CAMPAIGN_EASTERN_INVASION
|
||||
{scenarios/Eastern_Invasion}
|
||||
#endif
|
||||
# endif
|
||||
|
||||
{scenario-test.cfg}
|
||||
|
|
Loading…
Add table
Reference in a new issue