0x004FFAE8
| 48 | |
| 49 | // 0x004FFAE8 |
| 50 | ImageId applyGhostToImage(uint32_t imageIndex) |
| 51 | { |
| 52 | if (Config::get().constructionMarker) |
| 53 | { |
| 54 | return ImageId(imageIndex).withTranslucency(ExtColour::unk31); |
| 55 | } |
| 56 | else |
| 57 | { |
| 58 | return ImageId(imageIndex, ExtColour::unk2C); |
| 59 | } |
| 60 | } |
| 61 | |
| 62 | static std::vector<G1Element> convertElements(const std::vector<G1Element32>& elements32) |
| 63 | { |
no test coverage detected