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:
parent
413523956f
commit
4b5b6edd44
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user