mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fix formatting
This commit is contained in:
@@ -428,7 +428,7 @@ void CGStatusBar::init()
|
||||
|
||||
void CGStatusBar::clickLeft(tribool down, bool previousState)
|
||||
{
|
||||
if(!down && onClick )
|
||||
if(!down && onClick)
|
||||
{
|
||||
if(LOCPLINT && LOCPLINT->cingconsole->active)
|
||||
LOCPLINT->cingconsole->startEnteringText();
|
||||
|
||||
Reference in New Issue
Block a user