diff --git a/src/thingdef/thingdef_properties.cpp b/src/thingdef/thingdef_properties.cpp index 56cbc1471..04b644bfa 100644 --- a/src/thingdef/thingdef_properties.cpp +++ b/src/thingdef/thingdef_properties.cpp @@ -306,7 +306,6 @@ static flagdef WeaponFlags[] = DEFINE_FLAG(WIF_BOT, BFG, AWeapon, WeaponFlags), DEFINE_FLAG(WIF, CHEATNOTWEAPON, AWeapon, WeaponFlags), DEFINE_FLAG(WIF, NO_AUTO_SWITCH, AWeapon, WeaponFlags), - DEFINE_FLAG(WIF, GIVEPARENT, AWeapon, WeaponFlags), DEFINE_DUMMY_FLAG(NOLMS), };