mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Remove Math::Clamp in favour of std::clamp
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "CableLift.h"
|
||||
|
||||
#include "../core/Math.hpp"
|
||||
#include "../rct12/RCT12.h"
|
||||
#include "../util/Util.h"
|
||||
#include "../world/Sprite.h"
|
||||
@@ -18,6 +17,8 @@
|
||||
#include "Track.h"
|
||||
#include "VehicleData.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
static void cable_lift_update_moving_to_end_of_station(rct_vehicle* vehicle);
|
||||
static void cable_lift_update_waiting_to_depart(rct_vehicle* vehicle);
|
||||
static void cable_lift_update_departing(rct_vehicle* vehicle);
|
||||
|
||||
Reference in New Issue
Block a user