Add missing ZScript constants for the Strife targeter PSprite layers

This commit is contained in:
nashmuhandes 2021-02-19 15:14:07 +08:00 committed by Christoph Oelckers
parent 395fc28e12
commit d98b401daf
1 changed files with 3 additions and 0 deletions

View File

@ -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