Changeset 10173 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Jan 3, 2007, 4:56:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10170 r10173 171 171 //wpLeft3->setParent( this); 172 172 173 Weapon* cannon = new S pikeLauncher();174 cannon->setName( "S pikeLauncher");173 Weapon* cannon = new SwarmLauncher(); 174 cannon->setName( "SwarmLauncher"); 175 175 //cannon->setParent( this); 176 176
Note: See TracChangeset
for help on using the changeset viewer.