diff --git a/src/info.c b/src/info.c index 8f6989247..fcdeffcd6 100644 --- a/src/info.c +++ b/src/info.c @@ -3498,7 +3498,7 @@ state_t states[NUMSTATES] = {SPR_CAPS, 4, -1, {NULL}, 0, 0, S_NULL}, // S_BATTLECAPSULE_SUPPORT {SPR_CAPS, FF_ANIMATE|5, -1, {NULL}, 3, 1, S_NULL}, // S_BATTLECAPSULE_SUPPORTFLY - {SPR_EGOO, 0, 1, {NULL}, 0, 0, S_NULL}, // S_EGOO + {SPR_EGOO, 0, 1, {NULL}, 0, 0, S_NULL}, // S_EGOORB #ifdef SEENAMES {SPR_NULL, 0, 1, {NULL}, 0, 0, S_NULL}, // S_NAMECHECK diff --git a/src/k_waypoint.c b/src/k_waypoint.c index 2f43ea792..50ab94ef6 100644 --- a/src/k_waypoint.c +++ b/src/k_waypoint.c @@ -483,6 +483,14 @@ static void K_DebugWaypointsSpawnLine(waypoint_t *const waypoint1, waypoint_t *c } while (n--); } +/*-------------------------------------------------- + void K_DebugWaypointDrawRadius(waypoint_t *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) { mobj_t *radiusOrb;