Changeset 10170 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Jan 3, 2007, 4:44:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10159 r10170 27 27 #include "weapons/heavy_blaster.h" 28 28 #include "weapons/swarm_launcher.h" 29 #include "weapons/spike_launcher.h" 29 30 #include "weapons/boomerang_gun.h" 30 31 #include "weapons/turret.h" … … 170 171 //wpLeft3->setParent( this); 171 172 172 Weapon* cannon = new S warmLauncher();173 cannon->setName( "S warmLauncher");173 Weapon* cannon = new SpikeLauncher(); 174 cannon->setName( "SpikeLauncher"); 174 175 //cannon->setParent( this); 175 176
Note: See TracChangeset
for help on using the changeset viewer.