Changeset 10648 in orxonox.OLD for branches/vs-enhencements/src/world_entities/space_ships
- Timestamp:
- May 4, 2007, 9:53:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/space_ships/space_ship.cc
r10644 r10648 27 27 #include "weapons/heavy_blaster.h" 28 28 #include "weapons/rf_cannon.h" 29 #include "weapons/nadion_laser.h" 30 #include "weapons/disruptor.h" 29 31 #include "weapons/swarm_launcher.h" 30 32 #include "weapons/spike_thrower.h" … … 166 168 Weapon* wpLeft1 = new RFCannon (); 167 169 wpLeft1->setName( "RFCannon"); 168 170 /* 169 171 Weapon* wpRight2 = new MediumBlaster (); 170 172 wpRight2->setName( "MediumBlaster"); 171 173 Weapon* wpLeft2 = new MediumBlaster (); 172 wpLeft2->setName( "MediumBlaster"); 173 174 wpLeft2->setName( "MediumBlaster");*/ 175 176 Weapon* wpRight2 = new NadionLaser (); 177 wpRight2->setName( "NadionLaser"); 178 Weapon* wpLeft2 = new NadionLaser (); 179 wpLeft2->setName( "NadionLaser"); 180 /* 174 181 Weapon* wpRight3 = new HeavyBlaster (1); 175 182 wpRight3->setName( "HeavyBlaster"); 176 183 Weapon* wpLeft3 = new HeavyBlaster (0); 177 wpLeft3->setName( "HeavyBlaster"); 184 wpLeft3->setName( "HeavyBlaster");*/ 185 186 Weapon* wpRight3 = new Disruptor (); 187 wpRight3->setName( "Disruptor"); 188 Weapon* wpLeft3 = new Disruptor (); 189 wpLeft3->setName( "Disruptor"); 178 190 179 191 Weapon* cannon = new SwarmLauncher();
Note: See TracChangeset
for help on using the changeset viewer.