mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 06:51:09 +00:00
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:
commit
19555bcdc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue