Fix #7151: AI start date deviation was still applied when not set to a random AI. (#7223)

This commit is contained in:
PeterN
2019-02-11 18:59:55 +00:00
committed by GitHub
parent 75d3054ae4
commit aa737715dd
2 changed files with 10 additions and 3 deletions

View File

@@ -26,9 +26,7 @@ public:
ScriptConfig()
{}
AIConfig(const AIConfig *config) :
ScriptConfig(config)
{}
AIConfig(const AIConfig *config);
class AIInfo *GetInfo() const;