Fix balloon doomed num and fix block monsters exposure

This commit is contained in:
NepDisk 2024-08-17 14:52:19 -04:00
parent c787b04cb4
commit 60e950c0d8
2 changed files with 2 additions and 2 deletions

View file

@ -5626,7 +5626,7 @@ const char *const GAMETYPERULE_LIST[] = {
// Linedef flags
const char *const ML_LIST[16] = {
"IMPASSABLE",
"BLOCKPLAYERS",
"BLOCKMONSTERS",
"TWOSIDED",
"DONTPEGTOP",
"DONTPEGBOTTOM",

View file

@ -7948,7 +7948,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
},
{ // MT_BALLOON
543, // doomednum
462, // doomednum
S_BALLOON, // spawnstate
1, // spawnhealth
S_NULL, // seestate