| 54 | } |
| 55 | |
| 56 | static void paintTrackAdditionPP(PaintSession& session, const World::TrackElement& elTrack, const uint8_t rotation, const ImageId baseImageId, const TrackPaintAdditionPiece& tppa) |
| 57 | { |
| 58 | if (tppa.isIsMergeable) |
| 59 | { |
| 60 | paintTrackAdditionPPMergeable(session, elTrack, rotation, baseImageId, tppa); |
| 61 | } |
| 62 | else |
| 63 | { |
| 64 | paintTrackAdditionPPStandard(session, elTrack, rotation, baseImageId, tppa); |
| 65 | } |
| 66 | } |
| 67 | } |
| 68 | namespace Style1 |
| 69 | { |
no test coverage detected