Fix Sector_ToggleWaypoints crash

This commit is contained in:
Sally Coolatta 2023-03-17 01:31:53 -04:00 committed by NepDisk
parent 6237ce51e2
commit 20794ff7a0

View file

@ -4417,7 +4417,7 @@ boolean P_ProcessSpecial(activator_t *activator, INT16 special, INT32 *args, cha
if (waypointcap == NULL)
{
// No point in trying at all if no waypoints exist.
break;
return false;
}
TAG_ITER_SECTORS(args[0], secnum)