- sp cleanup in sector.cpp

This commit is contained in:
Christoph Oelckers 2021-12-24 17:32:27 +01:00
parent 79a9278ff3
commit 7419c2e65b
6 changed files with 65 additions and 122 deletions

View file

@ -85,7 +85,7 @@ bool RotatorSwitch(short match, short setting)
if (sp->lotag == TAG_SPRITE_SWITCH_VATOR && sp->hitag == match)
{
found = true;
AnimateSwitch(sp, setting);
AnimateSwitch(actor, setting);
}
}