mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Add SPR2F_ enum to INT_CONST
This commit is contained in:
parent
b3f9747533
commit
962150c252
1 changed files with 4 additions and 0 deletions
|
@ -5094,6 +5094,10 @@ struct int_const_s const INT_CONST[] = {
|
|||
{"RF_SHADOWEFFECTS",RF_SHADOWEFFECTS},
|
||||
{"RF_DROPSHADOW",RF_DROPSHADOW},
|
||||
|
||||
// Animation flags
|
||||
{"SPR2F_MASK",SPR2F_MASK},
|
||||
{"SPR2F_SUPER",SPR2F_SUPER},
|
||||
|
||||
// Level flags
|
||||
{"LF_SCRIPTISFILE",LF_SCRIPTISFILE},
|
||||
{"LF_SPEEDMUSIC",LF_SPEEDMUSIC},
|
||||
|
|
Loading…
Reference in a new issue