mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Turn CONS_Printf to CONS_Alert in waypoint initialisation.
This commit is contained in:
parent
773ddd98a8
commit
128d970bad
1 changed files with 1 additions and 1 deletions
|
|
@ -3096,7 +3096,7 @@ boolean P_SetupLevel(boolean skipprecip)
|
|||
{
|
||||
if (K_SetupWaypointList() == false)
|
||||
{
|
||||
CONS_Printf("Waypoints were not able to be setup! Player positions will not work correctly.");
|
||||
CONS_Alert(CONS_ERROR, "Waypoints were not able to be setup! Player positions will not work correctly.\n");
|
||||
}
|
||||
}
|
||||
#ifdef HWRENDER // not win32 only 19990829 by Kin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue