mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixes crashes caused by CREATURE_TERRAIN_LIMITER
This commit is contained in:
@@ -607,6 +607,7 @@ void CGameState::initHeroes(IGameRandomizer & gameRandomizer)
|
||||
continue;
|
||||
}
|
||||
hero->initHero(gameRandomizer);
|
||||
hero->armyChanged();
|
||||
}
|
||||
|
||||
// generate boats for all heroes on water
|
||||
|
||||
Reference in New Issue
Block a user