mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Missed a function header comment in k_waypoint.c
This commit is contained in:
parent
956222ad86
commit
902bbb447f
1 changed files with 5 additions and 0 deletions
|
|
@ -318,6 +318,11 @@ size_t K_GetWaypointHeapIndex(waypoint_t *waypoint)
|
|||
return waypointindex;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------
|
||||
size_t K_GetNumWaypoints(void)
|
||||
|
||||
See header file for description.
|
||||
--------------------------------------------------*/
|
||||
size_t K_GetNumWaypoints(void)
|
||||
{
|
||||
return numwaypoints;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue