Fix a bug introduced in r663

This commit is contained in:
Yamagi Burmeister 2011-10-04 16:46:51 +00:00
parent 9300c3c7e4
commit b9d907f7ea

View file

@ -857,9 +857,9 @@ rotating_touch(edict_t *self, edict_t *other, cplane_t *plane /* unused */, csur
}
void
rotating_use(edict_t *self, edict_t *other, edict_t *activator /* unused */)
rotating_use(edict_t *self, edict_t *other /* unused */, edict_t *activator /* unused */)
{
if (!self || !other)
if (!self)
{
return;
}