Skip to content
Snippets Groups Projects
Commit 962150c2 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Add SPR2F_ enum to INT_CONST

parent b3f97475
No related branches found
No related tags found
1 merge request!2211Add 'sprite2' field to states
......@@ -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},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment