mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
button for more than 2 layers
This commit is contained in:
@@ -572,9 +572,9 @@ bool AdventureMapShortcuts::optionCanToggleLevel()
|
||||
return optionSidePanelActive() && GAME->interface()->cb->getMapSize().z > 1;
|
||||
}
|
||||
|
||||
bool AdventureMapShortcuts::optionMapLevelSurface()
|
||||
int AdventureMapShortcuts::optionMapLevel()
|
||||
{
|
||||
return mapLevel == 0;
|
||||
return mapLevel;
|
||||
}
|
||||
|
||||
bool AdventureMapShortcuts::optionHeroSleeping()
|
||||
|
||||
Reference in New Issue
Block a user