Minor fix for _zm_spawner.gsc

This commit is contained in:
JezuzLizard 2020-12-19 13:08:17 -08:00
parent 783a7a5cc5
commit 9f2c01b24b

View File

@ -2830,7 +2830,7 @@ do_zombie_spawn() //checked changed to match cerberus output
i++; i++;
continue; continue;
} }
else if ( isDefined( level.zones[ level.zombie_spawn_locations[ i ].zone_name ].script_int ) && level.zones[ level.zombie_spawn_locations[ i ].zone_name ].script_int != self.script_int ) if ( isDefined( level.zones[ level.zombie_spawn_locations[ i ].zone_name ].script_int ) && level.zones[ level.zombie_spawn_locations[ i ].zone_name ].script_int != self.script_int )
{ {
i++; i++;
continue; continue;