Home
last modified time | relevance | path

Searched refs:scavengerChoice (Results 1 – 1 of 1) sorted by relevance

/dports/games/warzone2100/warzone2100/src/
H A Dmultiint.cpp1421 auto scavengerChoice = std::make_shared<MultichoiceWidget>(game.scavengers); in addGameOptions() local
1422 optionsList->attach(scavengerChoice); in addGameOptions()
1423 scavengerChoice->id = MULTIOP_GAMETYPE; in addGameOptions()
1424 scavengerChoice->setLabel(_("Scavengers")); in addGameOptions()
1427 …addMultiButton(scavengerChoice, true, Image(FrontImages, IMAGE_SCAVENGERS_ON), Image(FrontImages, … in addGameOptions()
1429 …addMultiButton(scavengerChoice, false, Image(FrontImages, IMAGE_SCAVENGERS_OFF), Image(FrontImages… in addGameOptions()
1430 scavengerChoice->enable(!locked.scavengers); in addGameOptions()
1431 optionsList->addWidgetToLayout(scavengerChoice); in addGameOptions()