Changeset 10224 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Jan 10, 2007, 5:33:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10217 r10224 175 175 cannon->setName( "SwarmLauncher"); 176 176 177 Weapon* spike = new Spike Launcher();177 Weapon* spike = new SpikeThrower(); 178 178 spike->setName( "SpikeThrower" ); 179 179 180 Weapon* spike2 = new SpikeLauncher(); 181 spike->setName( "SpikeLauncher" ); 180 182 181 183 this->weaponMan.addWeapon( wpLeft1, 0, 0); … … 199 201 this->secWeaponMan.addWeapon( cannon, 0, 0); 200 202 this->secWeaponMan.addWeapon( spike, 1, 1); 203 this->secWeaponMan.addWeapon( spike2, 2, 2); 201 204 202 205 … … 205 208 206 209 curWeaponPrimary = 3; 207 curWeaponSecondary = 0;210 curWeaponSecondary = 2; 208 211 209 212 Playable::weaponConfigChanged();
Note: See TracChangeset
for help on using the changeset viewer.