mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-31 22:59:54 +02:00
Fix quest log button block status
This commit is contained in:
parent
47249ee5ed
commit
63a8cd9642
@ -397,7 +397,7 @@ void AdventureMapShortcuts::moveHeroDirectional(const Point & direction)
|
|||||||
|
|
||||||
bool AdventureMapShortcuts::optionCanViewQuests()
|
bool AdventureMapShortcuts::optionCanViewQuests()
|
||||||
{
|
{
|
||||||
return optionInMapView() && CGI->mh->getMap()->quests.empty();
|
return optionInMapView() && !CGI->mh->getMap()->quests.empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AdventureMapShortcuts::optionCanToggleLevel()
|
bool AdventureMapShortcuts::optionCanToggleLevel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user