mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- sp cleanup in sector.cpp
This commit is contained in:
parent
79a9278ff3
commit
7419c2e65b
6 changed files with 65 additions and 122 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue