mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Add missing ZScript constants for the Strife targeter PSprite layers
This commit is contained in:
parent
395fc28e12
commit
d98b401daf
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue