1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Fix build errors

This commit is contained in:
Ted John
2017-08-10 18:22:45 +01:00
committed by Michał Janiszewski
parent 4ac8f1dc35
commit ed133df13f
3 changed files with 3 additions and 1 deletions

View File

@@ -101,6 +101,8 @@ public:
{
}
virtual ~GameAction() = default;
uint32 GetPlayer() const
{
return _playerId;

View File

@@ -16,6 +16,7 @@
#include "../core/MemoryStream.h"
#include "../localisation/string_ids.h"
#include "../OpenRCT2.h"
#include "GameAction.h"
#pragma once

View File

@@ -216,7 +216,6 @@ static void ride_update(sint32 rideIndex);
static void ride_update_vehicle_colours(sint32 rideIndex);
void loc_6DDF9C(Ride *ride, rct_map_element *mapElement);
Ride *get_ride(sint32 index)
{
if (index < 0 || index >= MAX_RIDES)