MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / GetCustomRotorIcon

Function GetCustomRotorIcon

src/newgrf_engine.cpp:1172–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170}
1171
1172void GetCustomRotorIcon(EngineID engine, EngineImageType image_type, VehicleSpriteSeq *result)
1173{
1174 GetRotorOverrideSprite(engine, nullptr, image_type, result);
1175}
1176
1177/**
1178 * Check if a wagon is currently using a wagon override

Callers 1

DrawAircraftEngineFunction · 0.85

Calls 1

GetRotorOverrideSpriteFunction · 0.85

Tested by

no test coverage detected