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

- No battle actions will be available during tactics phase

- Fixed moving stacks during tactics
- Fixed Genie spell targeting
- Fixed AI getting stuck at Tree of Knowledge when no resources
This commit is contained in:
DjWarmonger
2012-04-28 13:01:39 +00:00
parent 82f3bc8135
commit d6873d7570
4 changed files with 75 additions and 71 deletions

View File

@@ -959,7 +959,7 @@ CCommanderInstance::CCommanderInstance (TCreature id)
name = "Commando"; //TODO - parse them
}
void CCommanderInstance::init() //called only after CStackInstance::init was executed
void CCommanderInstance::init()
{
alive = true;
experience = 0;