Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2006, 10:29:13 AM (17 years ago)
Author:
nicolasc
Message:

space_ship cleanup, ChangeLog update

File:
1 edited

Legend:

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

    r10004 r10016  
    158158
    159159
    160   this->weaponMan.addWeapon( wpLeft1, 1, 0);
    161   this->weaponMan.addWeapon( wpRight1, 1, 1);
    162   this->weaponMan.addWeapon( wpLeft2, 1, 2);
    163   this->weaponMan.addWeapon( wpRight2, 1, 3);
     160  this->weaponMan.addWeapon( wpLeft1, 0, 0);
     161  this->weaponMan.addWeapon( wpRight1, 0, 1);
     162  this->weaponMan.addWeapon( wpLeft2, 0, 2);
     163  this->weaponMan.addWeapon( wpRight2, 0, 3);
    164164  this->weaponMan.addWeapon( wpLeft3, 0, 4);
    165165  this->weaponMan.addWeapon( wpRight3, 0, 5);
Note: See TracChangeset for help on using the changeset viewer.