mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
Fix missing constant
This commit is contained in:
parent
e82d19572d
commit
cdc3386d48
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue