mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-03-12 12:12:04 +00:00
Update MF_ flags
This commit is contained in:
parent
0293c455f6
commit
505bad3943
2 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ namespace CodeImp.DoomBuilder.SRB2
|
|||
{ "MF_SHOOTABLE", 0x4 },
|
||||
{ "MF_NOSECTOR", 0x8 },
|
||||
{ "MF_NOBLOCKMAP", 0x10 },
|
||||
{ "MF_AMBUSH", 0x20 },
|
||||
{ "MF_PAPERCOLLISION", 0x20 },
|
||||
{ "MF_PUSHABLE", 0x40 },
|
||||
{ "MF_BOSS", 0x80 },
|
||||
{ "MF_SPAWNCEILING", 0x100 },
|
||||
|
@ -62,7 +62,7 @@ namespace CodeImp.DoomBuilder.SRB2
|
|||
{ "MF_NIGHTSITEM", 0x4000000 },
|
||||
{ "MF_NOCLIPTHING", 0x8000000 },
|
||||
{ "MF_GRENADEBOUNCE", 0x10000000 },
|
||||
{ "MF_RUNSPAWNFUNC", 0x10000000 }
|
||||
{ "MF_RUNSPAWNFUNC", 0x20000000 }
|
||||
};
|
||||
|
||||
#endregion
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace CodeImp.DoomBuilder.SRB2
|
|||
{ "MF_SHOOTABLE", 0x4 },
|
||||
{ "MF_NOSECTOR", 0x8 },
|
||||
{ "MF_NOBLOCKMAP", 0x10 },
|
||||
{ "MF_AMBUSH", 0x20 },
|
||||
{ "MF_PAPERCOLLISION", 0x20 },
|
||||
{ "MF_PUSHABLE", 0x40 },
|
||||
{ "MF_BOSS", 0x80 },
|
||||
{ "MF_SPAWNCEILING", 0x100 },
|
||||
|
@ -62,7 +62,7 @@ namespace CodeImp.DoomBuilder.SRB2
|
|||
{ "MF_NIGHTSITEM", 0x4000000 },
|
||||
{ "MF_NOCLIPTHING", 0x8000000 },
|
||||
{ "MF_GRENADEBOUNCE", 0x10000000 },
|
||||
{ "MF_RUNSPAWNFUNC", 0x10000000 }
|
||||
{ "MF_RUNSPAWNFUNC", 0x20000000 }
|
||||
};
|
||||
private StreamReader streamreader;
|
||||
private int linenumber;
|
||||
|
|
Loading…
Reference in a new issue