1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Implemented spell range overlay for Dimension Door and Scuttle Boat

This commit is contained in:
Ivan Savenko
2023-04-20 14:15:08 +03:00
parent 4dc16b9ff7
commit 5c9ae8aafc
10 changed files with 55 additions and 19 deletions

View File

@ -154,6 +154,7 @@ void MapViewController::updateBefore(uint32_t timeDelta)
adventureContext->settingShowGrid = settings["gameTweaks"]["showGrid"].Bool();
adventureContext->settingShowVisitable = settings["session"]["showVisitable"].Bool();
adventureContext->settingShowBlocked = settings["session"]["showBlocked"].Bool();
adventureContext->settingSpellRange = settings["session"]["showSpellRange"].Bool();
}
}