Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 4:00:23 PM (17 years ago)
Author:
nicolasc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10252 r10260  
    207207
    208208  this->weaponMan.changeWeaponConfig(3);
    209   this->secWeaponMan.changeWeaponConfig(2);
     209  this->secWeaponMan.changeWeaponConfig(1);
    210210
    211211  curWeaponPrimary    = 3;
    212   curWeaponSecondary  = 2;
     212  curWeaponSecondary  = 1;
    213213
    214214  Playable::weaponConfigChanged();
Note: See TracChangeset for help on using the changeset viewer.