| 2010 | } |
| 2011 | |
| 2012 | void AEquipScreen::updateFirstAgent() |
| 2013 | { |
| 2014 | auto agent = selectedAgents.empty() ? nullptr : selectedAgents.front(); |
| 2015 | this->paperDoll->setObject(agent); |
| 2016 | displayAgent(agent); |
| 2017 | refreshInventoryItems(); |
| 2018 | } |
| 2019 | |
| 2020 | void AEquipScreen::clampInventoryPage() |
| 2021 | { |