mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Do not attempt to show extra options in campaign scenario information
screen
This commit is contained in:
@@ -119,7 +119,7 @@ CBonusSelection::CBonusSelection()
|
||||
if (!getCampaign()->getMusic().empty())
|
||||
CCS->musich->playMusic( getCampaign()->getMusic(), true, false);
|
||||
|
||||
if(settings["general"]["enableUiEnhancements"].Bool())
|
||||
if(CSH->getState() != EClientState::GAMEPLAY && settings["general"]["enableUiEnhancements"].Bool())
|
||||
{
|
||||
tabExtraOptions = std::make_shared<ExtraOptionsTab>();
|
||||
tabExtraOptions->recActions = UPDATE | SHOWALL | LCLICK | RCLICK_POPUP;
|
||||
|
||||
Reference in New Issue
Block a user