Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2008, 5:44:34 PM (15 years ago)
Author:
polakma
Message:

fixed some pointer bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/weaponSystem/WeaponPack.h

    r2354 r2366  
    5959            const Weapon * getWeapon(unsigned int index);
    6060
    61             void setWeaponSystemToAllWeapons(WeaponSystem * weaponSystem);
     61            //functions needed for creating Pointer to the right objects (-->Pawn.cc)
     62            void setParentWeaponSystemToAllWeapons(WeaponSystem * weaponSystem);
     63            void attachNeededMunitionToAllWeapons();
    6264
    6365            inline void setParentWeaponSystem(WeaponSystem *parentWeaponSystem)
Note: See TracChangeset for help on using the changeset viewer.