mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-13 22:06:58 +02:00
Fix typo
This commit is contained in:
parent
bfa6fc13f2
commit
5e90d40e8b
@ -456,7 +456,7 @@ void CGStatusBar::clickLeft(tribool down, bool previousState)
|
|||||||
void CGStatusBar::activate()
|
void CGStatusBar::activate()
|
||||||
{
|
{
|
||||||
GH.statusbar = shared_from_this();
|
GH.statusbar = shared_from_this();
|
||||||
CIntObject::deactivate();
|
CIntObject::activate();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CGStatusBar::deactivate()
|
void CGStatusBar::deactivate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user