1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Further loss improvements.

This commit is contained in:
Michał W. Urbańczyk
2010-02-01 19:19:42 +00:00
parent f5a719c2da
commit 172b3b0158
3 changed files with 16 additions and 3 deletions

View File

@@ -3193,7 +3193,7 @@ void CGameState::obtainPlayersStats(SThievesGuildInfo & tgi, int level)
int CGameState::lossCheck( ui8 player ) const
{
const PlayerState *p = getPlayer(player);
if(map->lossCondition.typeOfLossCon == lossStandard)
//if(map->lossCondition.typeOfLossCon == lossStandard)
if(checkForStandardLoss(player))
return -1;