- fixed: The ammo and sister weapon type pointers were not properly declared as pointers to the type system.

This commit is contained in:
Christoph Oelckers 2016-12-02 22:10:15 +01:00
parent 211d9d92a1
commit d93b6e31d6

View file

@ -66,6 +66,9 @@ IMPLEMENT_POINTERS_START(AWeapon)
IMPLEMENT_POINTER(Ammo1)
IMPLEMENT_POINTER(Ammo2)
IMPLEMENT_POINTER(SisterWeapon)
IMPLEMENT_POINTER(AmmoType1)
IMPLEMENT_POINTER(AmmoType2)
IMPLEMENT_POINTER(SisterWeaponType)
IMPLEMENT_POINTERS_END
DEFINE_FIELD(AWeapon, WeaponFlags)