MBF21 Game Configuration: Added missing "friendly" flag to things (thanks to hawkwind3). Resolves #703

MBF21 Game Configuration is now enabled by default
This commit is contained in:
biwa 2022-02-12 17:00:13 +01:00
parent 2a1d595173
commit 47a12d9424
3 changed files with 11 additions and 2 deletions

View file

@ -7,10 +7,14 @@ mapformat_doom
linedefflags
{
include("MBF21_misc.cfg", "linedefflags");
}
thingflags
{
include("MBF21_misc.cfg", "thingflags");
}
linedeftypes
{
include("MBF21_linedefs.cfg");

View file

@ -4,3 +4,8 @@ linedefflags
4096 = "Block land monsters";
8192 = "Block players";
}
thingflags
{
128 = "Friendly";
}

View file

@ -12,7 +12,7 @@ game = "MBF21: Doom 2 (Doom format)";
engine = "mbf21";
// Should this configuration be initially available?
enabledbydefault = false;
enabledbydefault = true;
// *******************************************************
// * *