1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Make review changes. Fix formating

Reorder includes
This commit is contained in:
duncanspumpkin
2019-02-25 11:23:13 +00:00
parent 9d76c609f3
commit 93873c5e74
7 changed files with 11 additions and 12 deletions

View File

@@ -15,8 +15,8 @@
#include "ParkImporter.h"
#include "PlatformEnvironment.h"
#include "actions/GameAction.h"
#include "actions/TrackPlaceAction.hpp"
#include "actions/RideSetSetting.hpp"
#include "actions/TrackPlaceAction.hpp"
#include "config/Config.h"
#include "core/DataSerialiser.h"
#include "core/Path.hpp"
@@ -501,6 +501,7 @@ namespace OpenRCT2
result.action = std::make_unique<RideSetSettingAction>(rideId, setting, value);
result.action->SetFlags(command.ebx & 0xFF);
break;
}
default:
throw std::runtime_error("Deprecated game command requires replay translation.");