Blaster shots shall not explode at the skybox

This commit is contained in:
Yamagi Burmeister 2012-08-26 15:38:00 +02:00
parent 4a81e58128
commit 7958767922

View file

@ -390,7 +390,7 @@ blaster_touch(edict_t *self, edict_t *other, cplane_t *plane, csurface_t *surf)
return;
}
if (surf && (!surf->flags & SURF_SKY))
if (surf && (surf->flags & SURF_SKY))
{
G_FreeEdict(self);
return;