Merge branch 'master' of github.com:yquake2/rogue

This commit is contained in:
Yamagi Burmeister 2012-11-05 21:31:04 +01:00
commit 7bad5c646d

View file

@ -1586,9 +1586,6 @@ void door_use (edict_t *self, edict_t *other, edict_t *activator)
if (!self)
return;
if (!self->flags)
return;
if (self->flags & FL_TEAMSLAVE)
return;