1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

format spiralslide

This commit is contained in:
spacek531
2021-08-30 23:38:37 -07:00
parent c8bed6fa87
commit c248c8fada

View File

@@ -8,11 +8,11 @@
*****************************************************************************/
#include "../../interface/Viewport.h"
#include "../../object/StationObject.h"
#include "../../paint/Paint.h"
#include "../../paint/Supports.h"
#include "../Track.h"
#include "../TrackPaint.h"
#include "../../object/StationObject.h"
enum
{
@@ -206,7 +206,7 @@ static void paint_spiral_slide(
if (ride != nullptr)
stationObject = ride_get_station_object(ride);
if(stationObject != nullptr && !(stationObject->Flags & STATION_OBJECT_FLAGS::NO_PLATFORMS))
if (stationObject != nullptr && !(stationObject->Flags & STATION_OBJECT_FLAGS::NO_PLATFORMS))
{
uint32_t imageId = ((direction & 1) ? SPIRAL_SLIDE_BASE_B : SPIRAL_SLIDE_BASE_A)
| session->TrackColours[SCHEME_SUPPORTS];