mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 22:40:50 +00:00
Fix a bug introduced in r663
This commit is contained in:
parent
9300c3c7e4
commit
b9d907f7ea
1 changed files with 2 additions and 2 deletions
|
@ -857,9 +857,9 @@ rotating_touch(edict_t *self, edict_t *other, cplane_t *plane /* unused */, csur
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue