- Timestamp:
- Feb 7, 2006, 5:09:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r7085 r7087 130 130 Weapon* wpLeft = new TestGun(1); 131 131 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"); 135 135 136 136 this->addWeapon(wpLeft, 1, 0); 137 137 this->addWeapon(wpRight,1 ,1); 138 this->addWeapon(cannon, 0, 6);138 //this->addWeapon(cannon, 0, 6); 139 139 140 140 this->getWeaponManager()->changeWeaponConfig(1);
Note: See TracChangeset
for help on using the changeset viewer.