1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Version set to 0.82.

Updated changelog.
Fixed crashes on losing.
This commit is contained in:
Michał W. Urbańczyk
2010-08-01 14:46:19 +00:00
parent b441143a73
commit 4140711b6d
5 changed files with 18 additions and 3 deletions

View File

@ -159,6 +159,10 @@ void PlayerEndsGame::applyCl( CClient *cl )
{
for(std::map<ui8, CGameInterface*>::iterator i=cl->playerint.begin();i!=cl->playerint.end();i++)
i->second->gameOver(player, victory);
if(!CPlayerInterface::howManyPeople)
cl->terminate = true;
}
void RemoveBonus::applyCl( CClient *cl )