mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- quick search & replace on ~40% of SET( macros in SW.
This commit is contained in:
parent
8710e76a2d
commit
dc3f2473ba
29 changed files with 391 additions and 391 deletions
|
@ -99,7 +99,7 @@ void SetRotatorActive(DSWActor* actor)
|
|||
// play activate sound
|
||||
DoSoundSpotMatch(SP_TAG2(actor), 1, SOUND_OBJECT_TYPE);
|
||||
|
||||
SET(actor->user.Flags, SPR_ACTIVE);
|
||||
actor->user.Flags |= (SPR_ACTIVE);
|
||||
actor->user.Tics = 0;
|
||||
|
||||
// moving to the OFF position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue