mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
Fix formatting and remove warning silencer
This commit is contained in:
parent
803c4ddfe5
commit
02da9caf5d
2 changed files with 2 additions and 5 deletions
|
@ -1368,8 +1368,6 @@ namespace RCT1
|
|||
return map[sceneryGroupType];
|
||||
}
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4505) // 'identifier' unreferenced local function has been removed
|
||||
const char * GetWaterObject(uint8 waterType)
|
||||
{
|
||||
static const char * map[] =
|
||||
|
@ -1379,7 +1377,6 @@ namespace RCT1
|
|||
};
|
||||
return map[waterType];
|
||||
}
|
||||
#pragma warning(pop)
|
||||
|
||||
const std::vector<const char *> GetPreferedRideEntryOrder(uint8 rideType)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue