mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
serialID is gone.
This commit is contained in:
@@ -5,7 +5,6 @@ void CEmptyAI::init(ICallback * CB)
|
||||
cb = CB;
|
||||
human=false;
|
||||
playerID=cb->getMyColor();
|
||||
serialID=cb->getMySerial();
|
||||
std::cout << "EmptyAI initialized." << std::endl;
|
||||
}
|
||||
void CEmptyAI::yourTurn()
|
||||
|
Reference in New Issue
Block a user