Fix Sector_ToggleWaypoints crash
This commit is contained in:
parent
6237ce51e2
commit
20794ff7a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue