Merge branch 'mfe-lua' into 'next'

Add missing MFE_ flags to Lua (resolves #103)

See merge request STJr/SRB2!592
This commit is contained in:
James R 2019-12-29 04:44:29 -05:00
commit e04e1ac1b4

View file

@ -8824,9 +8824,11 @@ static const char *const MOBJEFLAG_LIST[] = {
"JUSTSTEPPEDDOWN", // used for ramp sectors
"VERTICALFLIP", // Vertically flip sprite/allow upside-down physics
"GOOWATER", // Goo water
"TOUCHLAVA", // The mobj is touching a lava block
"PUSHED", // Mobj was already pushed this tic
"SPRUNG", // Mobj was already sprung this tic
"APPLYPMOMZ", // Platform movement
"TRACERANGLE", // Compute and trigger on mobj angle relative to tracer
NULL
};