Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7087 in orxonox.OLD


Ignore:
Timestamp:
Feb 7, 2006, 5:09:01 PM (18 years ago)
Author:
rennerc
Message:

SpaceShip: removed canon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/space_ship.cc

    r7085 r7087  
    130130  Weapon* wpLeft = new TestGun(1);
    131131  wpLeft->setName("testGun Left");
    132   Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_CANNON));
    133 
    134   cannon->setName("BFG");
     132  //Weapon* cannon = dynamic_cast<Weapon*>(Factory::fabricate(CL_CANNON));
     133
     134  //cannon->setName("BFG");
    135135
    136136  this->addWeapon(wpLeft, 1, 0);
    137137  this->addWeapon(wpRight,1 ,1);
    138   this->addWeapon(cannon, 0, 6);
     138  //this->addWeapon(cannon, 0, 6);
    139139
    140140  this->getWeaponManager()->changeWeaponConfig(1);
Note: See TracChangeset for help on using the changeset viewer.