mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
Fix build errors
This commit is contained in:
committed by
Michał Janiszewski
parent
4ac8f1dc35
commit
ed133df13f
@@ -101,6 +101,8 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~GameAction() = default;
|
||||
|
||||
uint32 GetPlayer() const
|
||||
{
|
||||
return _playerId;
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "../core/MemoryStream.h"
|
||||
#include "../localisation/string_ids.h"
|
||||
#include "../OpenRCT2.h"
|
||||
#include "GameAction.h"
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user