mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
- Compile fix
- Fixed Basilisk spawning at Hive - Fixed double-shot of Marksman
This commit is contained in:
@@ -5,7 +5,7 @@ void CEmptyAI::init(CCallback * CB)
|
||||
{
|
||||
cb = CB;
|
||||
human=false;
|
||||
playerID=cb->getMyColor();
|
||||
playerID = *cb->getMyColor();
|
||||
std::cout << "EmptyAI initialized." << std::endl;
|
||||
}
|
||||
void CEmptyAI::yourTurn()
|
||||
|
||||
Reference in New Issue
Block a user