Changeset 10196 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Jan 8, 2007, 9:46:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10194 r10196 28 28 #include "weapons/swarm_launcher.h" 29 29 #include "weapons/spike_launcher.h" 30 #include "weapons/spike_thrower.h" 30 31 #include "weapons/boomerang_gun.h" 31 32 #include "weapons/turret.h" … … 173 174 Weapon* cannon = new SwarmLauncher(); 174 175 cannon->setName( "SwarmLauncher"); 175 //cannon->setParent( this); 176 177 Weapon* spike = new SpikeLauncher(); 178 spike->setName( "SpikeThrower" ); 176 179 177 180 … … 195 198 196 199 this->secWeaponMan.addWeapon( cannon, 0, 0); 200 this->secWeaponMan.addWeapon( spike, 1, 1); 197 201 198 202
Note: See TracChangeset
for help on using the changeset viewer.