1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Fix formatting

This commit is contained in:
duncanspumpkin
2019-04-06 08:01:22 +01:00
parent 00cbd75641
commit baad532c17
4 changed files with 16 additions and 10 deletions

View File

@@ -14,8 +14,8 @@
#include "../OpenRCT2.h"
#include "../actions/FootpathPlaceFromTrackAction.hpp"
#include "../actions/FootpathRemoveAction.hpp"
#include "../actions/LargeSceneryRemoveAction.hpp"
#include "../actions/LargeSceneryPlaceAction.hpp"
#include "../actions/LargeSceneryRemoveAction.hpp"
#include "../actions/RideEntranceExitPlaceAction.hpp"
#include "../actions/RideSetSetting.hpp"
#include "../actions/RideSetVehiclesAction.hpp"
@@ -888,7 +888,7 @@ static bool TrackDesignPlaceSceneryElement(
break;
}
case OBJECT_TYPE_LARGE_SCENERY:
{
{
if (mode != 0)
{
return true;
@@ -927,7 +927,7 @@ static bool TrackDesignPlaceSceneryElement(
cost = res->Cost;
break;
}
}
case OBJECT_TYPE_WALLS:
{
if (mode != 0)