Merge branch 'fix-waypoint-errors-titlemap' into 'master'

Don't initialize waypoints in GS_TITLESCREEN

See merge request KartKrew/Kart!1983
This commit is contained in:
Oni 2024-03-03 01:57:36 +00:00
commit 19555bcdc9

View file

@ -8630,7 +8630,7 @@ boolean P_LoadLevel(boolean fromnetsave, boolean reloadinggamestate)
K_ClearFinishBeamLine();
// Load the waypoints please!
if (gametyperules & GTR_CIRCUIT)
if (gametyperules & GTR_CIRCUIT && gamestate != GS_TITLESCREEN)
{
if (K_SetupWaypointList() == false)
{