- OperateSector

This commit is contained in:
Christoph Oelckers 2021-11-25 16:55:46 +01:00
parent df558bd9a2
commit 1763fbc7ff
4 changed files with 18 additions and 18 deletions

View file

@ -130,9 +130,9 @@ void SetRotatorInactive(DSWActor* actor)
}
// called for operation from the space bar
void DoRotatorOperate(PLAYERp pp, short sectnum)
void DoRotatorOperate(PLAYERp pp, sectortype* sect)
{
short match = sector[sectnum].hitag;
short match = sect->hitag;
if (match > 0)
{