| 639 | } |
| 640 | |
| 641 | void TransactionScreen::forcedCloseScreen() |
| 642 | { |
| 643 | // Forced means we already asked player to confirm some secondary thing |
| 644 | // (like there being no free ferries right now) |
| 645 | executeOrders(); |
| 646 | fw().stageQueueCommand({StageCmd::Command::POP}); |
| 647 | } |
| 648 | |
| 649 | void TransactionScreen::initViewSecondBase() |
| 650 | { |
no test coverage detected