mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
ah, forgot to do this
This commit is contained in:
parent
df99e93288
commit
ee1fd72f9f
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue