mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +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
|
@ -3121,7 +3121,7 @@ void DoPlayerBeginClimb(PLAYERp pp)
|
|||
pp->DoPlayerAction = DoPlayerClimb;
|
||||
|
||||
SET(pp->Flags, PF_CLIMBING|PF_WEAPON_DOWN);
|
||||
SET(actor->spr.cstat, CSTAT_SPRITE_YCENTER);
|
||||
actor->spr.cstat |= (CSTAT_SPRITE_YCENTER);
|
||||
|
||||
//DamageData[plActor->user.WeaponNum].Init(pp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue