mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Fix handling of map turn/day limit
This commit is contained in:
@@ -947,6 +947,9 @@ void CGameHandler::onNewTurn()
|
||||
}
|
||||
}
|
||||
|
||||
if (!firstTurn)
|
||||
checkVictoryLossConditionsForAll(); // check for map turn limit
|
||||
|
||||
logGlobal->trace("Info about turn %d has been sent!", n.day);
|
||||
handleTimeEvents();
|
||||
//call objects
|
||||
|
||||
Reference in New Issue
Block a user