Missed a function header comment in k_waypoint.c

This commit is contained in:
Sryder 2020-03-31 16:31:01 +01:00
parent 956222ad86
commit 902bbb447f

View file

@ -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;