From f442e75dfa8ca6a85b09e70b16549b1540768cd0 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 7 Aug 2008 23:11:57 +0000 Subject: [PATCH] SVN r1127 (trunk) --- src/thingdef/thingdef_properties.cpp | 1 - 1 file changed, 1 deletion(-) 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), };