Fix missing constant

This commit is contained in:
Jaime Passos 2020-01-18 12:10:48 -03:00
parent e82d19572d
commit cdc3386d48
1 changed files with 1 additions and 1 deletions

View File

@ -8847,7 +8847,7 @@ static const char *const MOBJEFLAG_LIST[] = {
#ifdef HAVE_BLUA
static const char *const MAPTHINGFLAG_LIST[4] = {
NULL,
"EXTRA", // Extra flag for objects.
"OBJECTFLIP", // Reverse gravity flag for objects.
"OBJECTSPECIAL", // Special flag used with certain objects.
"AMBUSH" // Deaf monsters/do not react to sound.