Added Blue Shadow's A_SpawnItemEx changes: (2/2)

SXF_TRANSFERALPHA and SXF_TRANSFERRENDERSTYLE
This commit is contained in:
MajorCooke 2014-09-19 14:17:24 -05:00
parent 5c4ad9be68
commit 33f83cc7f9
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ const int SXF_TRANSFERSCALE = 16384;
const int SXF_TRANSFERSPECIAL = 32768;
const int SXF_CLEARCALLERSPECIAL = 65536;
const int SXF_TRANSFERSTENCILCOL = 131072;
const int SXF_TRANSFERALPHA = 262144;
const int SXF_TRANSFERRENDERSTYLE = 524288;
// Flags for A_Chase
const int CHF_FASTCHASE = 1;