| 66 | } |
| 67 | |
| 68 | bool RoomSelector::operator()(const CEGUI::EventArgs& e) |
| 69 | { |
| 70 | mPlayerSelection.setCurrentAction(SelectedAction::buildRoom); |
| 71 | mPlayerSelection.setNewRoomType(mRoomType); |
| 72 | return true; |
| 73 | } |
| 74 | |
| 75 | bool TrapSelector::operator()(const CEGUI::EventArgs& e) |
| 76 | { |
nothing calls this directly
no test coverage detected