1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Redraw battle log on sending chat message

This commit is contained in:
Ivan Savenko 2023-01-05 13:05:16 +02:00
parent 428fe0406b
commit c6c6d9e58e

View File

@ -147,6 +147,7 @@ void BattleConsole::setEnteringMode(bool on)
CSDL_Ext::stopTextInput();
}
enteringText = on;
redraw();
}
void BattleConsole::setEnteredText(const std::string & text)