Update MF_ flags

This commit is contained in:
spherallic 2023-03-28 20:02:50 +02:00
parent 0293c455f6
commit 505bad3943
2 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@ namespace CodeImp.DoomBuilder.SRB2
{ "MF_SHOOTABLE", 0x4 }, { "MF_SHOOTABLE", 0x4 },
{ "MF_NOSECTOR", 0x8 }, { "MF_NOSECTOR", 0x8 },
{ "MF_NOBLOCKMAP", 0x10 }, { "MF_NOBLOCKMAP", 0x10 },
{ "MF_AMBUSH", 0x20 }, { "MF_PAPERCOLLISION", 0x20 },
{ "MF_PUSHABLE", 0x40 }, { "MF_PUSHABLE", 0x40 },
{ "MF_BOSS", 0x80 }, { "MF_BOSS", 0x80 },
{ "MF_SPAWNCEILING", 0x100 }, { "MF_SPAWNCEILING", 0x100 },
@ -62,7 +62,7 @@ namespace CodeImp.DoomBuilder.SRB2
{ "MF_NIGHTSITEM", 0x4000000 }, { "MF_NIGHTSITEM", 0x4000000 },
{ "MF_NOCLIPTHING", 0x8000000 }, { "MF_NOCLIPTHING", 0x8000000 },
{ "MF_GRENADEBOUNCE", 0x10000000 }, { "MF_GRENADEBOUNCE", 0x10000000 },
{ "MF_RUNSPAWNFUNC", 0x10000000 } { "MF_RUNSPAWNFUNC", 0x20000000 }
}; };
#endregion #endregion

View file

@ -38,7 +38,7 @@ namespace CodeImp.DoomBuilder.SRB2
{ "MF_SHOOTABLE", 0x4 }, { "MF_SHOOTABLE", 0x4 },
{ "MF_NOSECTOR", 0x8 }, { "MF_NOSECTOR", 0x8 },
{ "MF_NOBLOCKMAP", 0x10 }, { "MF_NOBLOCKMAP", 0x10 },
{ "MF_AMBUSH", 0x20 }, { "MF_PAPERCOLLISION", 0x20 },
{ "MF_PUSHABLE", 0x40 }, { "MF_PUSHABLE", 0x40 },
{ "MF_BOSS", 0x80 }, { "MF_BOSS", 0x80 },
{ "MF_SPAWNCEILING", 0x100 }, { "MF_SPAWNCEILING", 0x100 },
@ -62,7 +62,7 @@ namespace CodeImp.DoomBuilder.SRB2
{ "MF_NIGHTSITEM", 0x4000000 }, { "MF_NIGHTSITEM", 0x4000000 },
{ "MF_NOCLIPTHING", 0x8000000 }, { "MF_NOCLIPTHING", 0x8000000 },
{ "MF_GRENADEBOUNCE", 0x10000000 }, { "MF_GRENADEBOUNCE", 0x10000000 },
{ "MF_RUNSPAWNFUNC", 0x10000000 } { "MF_RUNSPAWNFUNC", 0x20000000 }
}; };
private StreamReader streamreader; private StreamReader streamreader;
private int linenumber; private int linenumber;