Changeset 10260 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Jan 17, 2007, 4:00:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10252 r10260 207 207 208 208 this->weaponMan.changeWeaponConfig(3); 209 this->secWeaponMan.changeWeaponConfig( 2);209 this->secWeaponMan.changeWeaponConfig(1); 210 210 211 211 curWeaponPrimary = 3; 212 curWeaponSecondary = 2;212 curWeaponSecondary = 1; 213 213 214 214 Playable::weaponConfigChanged();
Note: See TracChangeset
for help on using the changeset viewer.