mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Merge branch 'waypoint-clang' into 'master'
Fix k_waypoint.cpp compile errors on clang See merge request KartKrew/Kart!1525
This commit is contained in:
commit
e331c57a32
1 changed files with 3 additions and 0 deletions
|
|
@ -23,6 +23,9 @@
|
||||||
|
|
||||||
#include "cxxutil.hpp"
|
#include "cxxutil.hpp"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
// The number of sparkles per waypoint connection in the waypoint visualisation
|
// The number of sparkles per waypoint connection in the waypoint visualisation
|
||||||
static const UINT32 SPARKLES_PER_CONNECTION = 16U;
|
static const UINT32 SPARKLES_PER_CONNECTION = 16U;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue