mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-02 19:56:06 +00:00
Correct no next waypoint warning message.
This commit is contained in:
parent
e9786fa956
commit
379ef52c25
1 changed files with 1 additions and 1 deletions
|
|
@ -1611,7 +1611,7 @@ static waypoint_t *K_SetupWaypoint(mobj_t *const mobj)
|
|||
else
|
||||
{
|
||||
CONS_Alert(
|
||||
CONS_WARNING, "Waypoint with ID %d has no next waypoint.\n", K_GetWaypointNextID(thiswaypoint));
|
||||
CONS_WARNING, "Waypoint with ID %d has no next waypoint.\n", K_GetWaypointID(thiswaypoint));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue