mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Complete quick combat feature
This commit is contained in:
@ -357,14 +357,14 @@ void CGStatusBar::setEnteringMode(bool on)
|
||||
|
||||
if (on)
|
||||
{
|
||||
assert(enteringText == false);
|
||||
//assert(enteringText == false);
|
||||
alignment = ETextAlignment::TOPLEFT;
|
||||
GH.startTextInput(pos);
|
||||
setText(consoleText);
|
||||
}
|
||||
else
|
||||
{
|
||||
assert(enteringText == true);
|
||||
//assert(enteringText == true);
|
||||
alignment = ETextAlignment::CENTER;
|
||||
GH.stopTextInput();
|
||||
setText(hoverText);
|
||||
|
Reference in New Issue
Block a user