1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00
This commit is contained in:
DjWarmonger
2013-07-25 11:53:36 +00:00
parent 66d6aebe32
commit b36be10e30
3 changed files with 44 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ void CEmptyAI::init(shared_ptr<CCallback> CB)
cb = CB;
human=false;
playerID = *cb->getMyColor();
logAi->infoStream() << "EmptyAI initialized.";
//logAi->infoStream() << "EmptyAI initialized.";
}
void CEmptyAI::yourTurn()
{