1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
Some minor changes and fixes.
This commit is contained in:
Michał W. Urbańczyk
2011-08-25 15:24:37 +00:00
parent 4cad2f4587
commit 3152e6d540
20 changed files with 117 additions and 35 deletions

View File

@@ -892,6 +892,12 @@ void CPlayerInterface::battleAttack(const BattleAttack *ba)
}
}
void CPlayerInterface::yourTacticPhase(int distance)
{
while(battleInt->tacticsMode)
boost::this_thread::sleep(boost::posix_time::millisec(1));
}
void CPlayerInterface::showComp(SComponent comp)
{
boost::unique_lock<boost::recursive_mutex> un(*pim);