|
@@ -164,8 +164,8 @@ struct DLL_LINKAGE StartInfo : public Serializeable
|
|
// TODO: Must be client-side
|
|
// TODO: Must be client-side
|
|
std::string getCampaignName() const;
|
|
std::string getCampaignName() const;
|
|
|
|
|
|
- /// Controls hardcoded check for "Steadwick's Fall" scenario from "Dungeon and Devils" campaign
|
|
|
|
- bool isSteadwickFallCampaignMission() const;
|
|
|
|
|
|
+ /// Controls hardcoded check for handling of garrisons by AI in Restoration of Erathia campaigns to match H3 behavior
|
|
|
|
+ bool isRestorationOfErathiaCampaign() const;
|
|
|
|
|
|
template <typename Handler>
|
|
template <typename Handler>
|
|
void serialize(Handler &h)
|
|
void serialize(Handler &h)
|