1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Fixed handling of tactics

This commit is contained in:
Ivan Savenko
2023-07-18 21:43:53 +03:00
parent 79be1c66fb
commit 556763fb7b
13 changed files with 41 additions and 23 deletions

View File

@@ -152,14 +152,6 @@ std::shared_ptr<scripting::Module> CDynLibHandler::getNewScriptingModule(const b
}
#endif
void CGlobalAI::activeStack(const CStack * stack)
{
BattleAction ba;
ba.actionType = EActionType::DEFEND;
ba.stackNumber = stack->unitId();
assert(0);
}
CGlobalAI::CGlobalAI()
{
human = false;