Skip to content

Commit

Permalink
Add missing ZScript constants for the Strife targeter PSprite layers
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes authored and coelckers committed Feb 19, 2021
1 parent 395fc28 commit d98b401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wadsrc/static/zscript/constants.zs
Expand Up @@ -732,6 +732,9 @@ enum EPSPLayers
PSP_STRIFEHANDS = -1,
PSP_WEAPON = 1,
PSP_FLASH = 1000,
PSP_TARGETCENTER = int.max - 2,
PSP_TARGETLEFT,
PSP_TARGETRIGHT
};

enum EInputFlags
Expand Down

0 comments on commit d98b401

Please sign in to comment.