mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 16:52:16 +00:00
ah, forgot to do this
This commit is contained in:
parent
faf353b546
commit
d506c403fa
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…
Add table
Reference in a new issue