mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Fixed #1790
This commit is contained in:
@@ -593,7 +593,6 @@ void CGameHandler::endBattle(int3 tile, const CGHeroInstance *hero1, const CGHer
|
|||||||
{
|
{
|
||||||
sendAndApply(&iw);
|
sendAndApply(&iw);
|
||||||
iw.components.clear();
|
iw.components.clear();
|
||||||
iw.text.addTxt (MetaString::GENERAL_TXT, 30); //repeat
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (iw.components.size())
|
if (iw.components.size())
|
||||||
|
Reference in New Issue
Block a user