1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Added space between both text entries;

This commit is contained in:
Fay 2015-01-26 17:16:39 +01:00
parent 413523956f
commit 4b5b6edd44

View File

@ -1797,6 +1797,9 @@ void CBattleInterface::printConsoleAttacked( const CStack * defender, int dmg, i
}
if(killed > 0)
{
if (attacker)
formattedText.append(" ");
boost::format txt;
if(killed > 1)
{