| 961 | } |
| 962 | |
| 963 | void EditorMode::updateFlagColor() |
| 964 | { |
| 965 | std::string colorStr = Helper::getImageColoursStringFromColourValue( |
| 966 | mGameMap->getSeatById(getModeManager().getInputManager().mSeatIdSelected)->getColorValue()); |
| 967 | mRootWindow->getChild("HorizontalPipe/SeatIdDisplay/Icon")->setProperty("ImageColours", colorStr); |
| 968 | } |
| 969 | |
| 970 | void EditorMode::selectSquaredTiles(int tileX1, int tileY1, int tileX2, int tileY2) |
| 971 | { |
nothing calls this directly
no test coverage detected