1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #1191 from vcmi/fix-1186

#1186 - disable status bar with other advmap controls
This commit is contained in:
Andrii Danylchenko
2022-12-04 08:57:24 +02:00
committed by GitHub

View File

@@ -978,6 +978,7 @@ void CAdvMapInt::deactivate()
}
minimap.deactivate();
terrain.deactivate();
statusbar->deactivate();
}
}