| 65 | { |
| 66 | public: |
| 67 | bool operator()(const CEGUI::EventArgs& e) |
| 68 | { |
| 69 | playerSelection.setCurrentAction(SelectedAction::changeTile); |
| 70 | editorMode.setTileVisual(tileVisual); |
| 71 | return true; |
| 72 | } |
| 73 | TileVisual tileVisual; |
| 74 | PlayerSelection& playerSelection; |
| 75 | EditorMode& editorMode; |
nothing calls this directly
no test coverage detected