Skip to content

Commit

Permalink
- added PSprite.bMirror flag to ZScript class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jul 17, 2019
1 parent 56cb7cb commit 9603a09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wadsrc/static/zscript/actors/player/player.zs
Expand Up @@ -2544,6 +2544,7 @@ class PSprite : Object native play
native bool bPowDouble;
native bool bCVarFast;
native bool bFlip;
native bool bMirror;

native void SetState(State newstate, bool pending = false);

Expand Down

0 comments on commit 9603a09

Please sign in to comment.