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

Changes related to #1444 — fixing affected savegames, assert to detect when things go wrong.

This commit is contained in:
Michał W. Urbańczyk
2013-09-27 15:20:42 +00:00
parent d4a8e90460
commit 0e5a59e2a5
5 changed files with 18 additions and 2 deletions

View File

@ -2685,7 +2685,6 @@ void CGTownInstance::battleFinished(const CGHeroInstance *hero, const BattleResu
}
}
bool CGVisitableOPH::wasVisited (const CGHeroInstance * h) const
{
return vstd::contains(visitors, h->id);