mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-21 21:17:49 +02:00
Boyscouting: Fix typo in comment
This commit is contained in:
parent
a14711b3b4
commit
f28c33001c
@ -212,7 +212,7 @@ void CButton::hover (bool on)
|
||||
? hoverTexts[0]
|
||||
: hoverTexts[getState()];
|
||||
|
||||
if(!name.empty() && !isBlocked()) //if there is no name, there is nohing to display also
|
||||
if(!name.empty() && !isBlocked()) //if there is no name, there is nothing to display also
|
||||
{
|
||||
if (LOCPLINT && LOCPLINT->battleInt) //for battle buttons
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user