Don't use location cache if not needed

This commit is contained in:
Michael Krasnyk
2017-09-22 17:33:06 +02:00
parent 476bc347b4
commit 545097cf06
8 changed files with 50 additions and 14 deletions
@@ -44,6 +44,8 @@ class MockScriptingEnvironment : public extractor::ScriptingEnvironment
std::vector<extractor::InputConditionalTurnRestriction> &) override final
{
}
bool HasLocationDependentData() const { return false; };
};
} // namespace test