Changeset 10016 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Dec 5, 2006, 10:29:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10004 r10016 158 158 159 159 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); 164 164 this->weaponMan.addWeapon( wpLeft3, 0, 4); 165 165 this->weaponMan.addWeapon( wpRight3, 0, 5);
Note: See TracChangeset
for help on using the changeset viewer.