mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 22:13:07 +01:00
Remove Math::Clamp in favour of std::clamp
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#include "../actions/WallRemoveAction.hpp"
|
||||
#include "../audio/audio.h"
|
||||
#include "../core/File.h"
|
||||
#include "../core/Math.hpp"
|
||||
#include "../core/String.hpp"
|
||||
#include "../core/Util.hpp"
|
||||
#include "../localisation/Localisation.h"
|
||||
@@ -41,6 +40,8 @@
|
||||
#include "TrackData.h"
|
||||
#include "TrackDesignRepository.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
struct map_backup
|
||||
{
|
||||
rct_tile_element tile_elements[MAX_TILE_ELEMENTS];
|
||||
|
||||
Reference in New Issue
Block a user