mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Finish Removing snake_case from Drawing Methods
This commit is contained in:
@@ -117,9 +117,9 @@ void EntityPaintSetup(PaintSession& session, const CoordsXY& pos)
|
||||
{
|
||||
case EntityType::Vehicle:
|
||||
spr->As<Vehicle>()->Paint(session, image_direction);
|
||||
if (lightfx_for_vehicles_is_available())
|
||||
if (LightFXForVehiclesIsAvailable())
|
||||
{
|
||||
LightfxAddLightsMagicVehicle(spr->As<Vehicle>());
|
||||
LightFXAddLightsMagicVehicle(spr->As<Vehicle>());
|
||||
}
|
||||
break;
|
||||
case EntityType::Guest:
|
||||
|
||||
Reference in New Issue
Block a user