mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Do not attempt to show extra options in campaign scenario information
screen
This commit is contained in:
parent
1d453a0c9d
commit
2d9e42b623
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user