mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-08 16:03:26 +00:00
const pointer to waypoint
This commit is contained in:
parent
648fa66d82
commit
6620fa96f2
1 changed files with 2 additions and 2 deletions
|
|
@ -484,14 +484,14 @@ static void K_DebugWaypointsSpawnLine(waypoint_t *const waypoint1, waypoint_t *c
|
|||
}
|
||||
|
||||
/*--------------------------------------------------
|
||||
void K_DebugWaypointDrawRadius(waypoint_t *waypoint)
|
||||
void K_DebugWaypointDrawRadius(waypoint_t *const waypoint)
|
||||
|
||||
Draw a debugging circle to represent a waypoint's radius
|
||||
|
||||
Input Arguments:-
|
||||
waypoint - A waypoint to draw the radius of
|
||||
--------------------------------------------------*/
|
||||
static void K_DebugWaypointDrawRadius(waypoint_t *waypoint)
|
||||
static void K_DebugWaypointDrawRadius(waypoint_t *const waypoint)
|
||||
{
|
||||
mobj_t *radiusOrb;
|
||||
mobj_t *waypointmobj;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue