mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed: The ammo and sister weapon type pointers were not properly declared as pointers to the type system.
This commit is contained in:
parent
211d9d92a1
commit
d93b6e31d6
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue