| 66 | } |
| 67 | |
| 68 | void NotificationScreen::finish() |
| 69 | { |
| 70 | if (GameEvent::optionsMap.find(eventType) != GameEvent::optionsMap.end()) |
| 71 | { |
| 72 | config().set(GameEvent::optionsMap.at(eventType), |
| 73 | menuform->findControlTyped<CheckBox>("CHECKBOX_ALWAYS_PAUSE")->isChecked()); |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | void NotificationScreen::eventOccurred(Event *e) |
| 78 | { |