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:
Sal 2023-09-24 07:51:47 +00:00
commit e331c57a32

View file

@ -23,6 +23,9 @@
#include "cxxutil.hpp"
#include <algorithm>
#include <vector>
// The number of sparkles per waypoint connection in the waypoint visualisation
static const UINT32 SPARKLES_PER_CONNECTION = 16U;