ah, forgot to do this

This commit is contained in:
Monster Iestyn 2019-05-03 23:12:03 +01:00
parent df99e93288
commit ee1fd72f9f

View file

@ -12028,7 +12028,10 @@ void A_Boss5FindWaypoint(mobj_t *actor)
actor->z -= hackoffset;
if (!numwaypoints)
{
Z_Free(waypoints); // free table
goto nowaypoints; // ???
}
key = P_RandomKey(numwaypoints);