mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- OperateSector
This commit is contained in:
parent
df558bd9a2
commit
1763fbc7ff
4 changed files with 18 additions and 18 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue