Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2008, 10:27:12 PM (15 years ago)
Author:
landauf
Message:

adopted weapon classes to the new hierarchy (with a creator pointer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/WeaponSystem.cc

    r2096 r2097  
    4545namespace orxonox
    4646{
    47     WeaponSystem::WeaponSystem()
     47    WeaponSystem::WeaponSystem(BaseObject* creator) : BaseObject(creator)
    4848    {
    4949        RegisterObject(WeaponSystem);
     
    7777    }
    7878
    79     WeaponSet * getWeaponSetPointer(int n)
     79    WeaponSet * WeaponSystem::getWeaponSetPointer(int n)
    8080    {
    8181        return this->weaponSets_[n];
Note: See TracChangeset for help on using the changeset viewer.