1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Merges from trunk. Minor changes.

This commit is contained in:
Michał W. Urbańczyk
2010-11-18 18:07:57 +00:00
24 changed files with 799 additions and 450 deletions

View File

@ -4080,6 +4080,10 @@ std::map<ui32,CGHeroInstance *> CGameState::unusedHeroesFromPool()
return pool;
}
void CGameState::buildGameLogicTree()
{
}
const CStack * BattleInfo::getNextStack() const
{
std::vector<const CStack *> hlp;