Fix balloon doomed num and fix block monsters exposure
This commit is contained in:
parent
c787b04cb4
commit
60e950c0d8
2 changed files with 2 additions and 2 deletions
|
|
@ -5626,7 +5626,7 @@ const char *const GAMETYPERULE_LIST[] = {
|
|||
// Linedef flags
|
||||
const char *const ML_LIST[16] = {
|
||||
"IMPASSABLE",
|
||||
"BLOCKPLAYERS",
|
||||
"BLOCKMONSTERS",
|
||||
"TWOSIDED",
|
||||
"DONTPEGTOP",
|
||||
"DONTPEGBOTTOM",
|
||||
|
|
|
|||
|
|
@ -7948,7 +7948,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
},
|
||||
|
||||
{ // MT_BALLOON
|
||||
543, // doomednum
|
||||
462, // doomednum
|
||||
S_BALLOON, // spawnstate
|
||||
1, // spawnhealth
|
||||
S_NULL, // seestate
|
||||
|
|
|
|||
Loading…
Reference in a new issue