mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Fixed #1790
This commit is contained in:
parent
9dad229440
commit
00c31b4b85
@ -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())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user