mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
@@ -243,6 +243,9 @@ void CInGameConsole::startEnteringText()
|
|||||||
if (!isActive())
|
if (!isActive())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if(enteredText != "")
|
||||||
|
return;
|
||||||
|
|
||||||
assert(currentStatusBar.expired());//effectively, nullptr check
|
assert(currentStatusBar.expired());//effectively, nullptr check
|
||||||
|
|
||||||
currentStatusBar = GH.statusbar();
|
currentStatusBar = GH.statusbar();
|
||||||
|
Reference in New Issue
Block a user