1
0
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:
Laserlicht
2025-08-17 03:30:42 +02:00
parent 06dbe32c77
commit 182100dfd1
10 changed files with 164 additions and 7 deletions

View File

@@ -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()