Changeset 10001 in orxonox.OLD for branches/playability/src/world_entities/space_ships/space_ship.cc
- Timestamp:
- Dec 3, 2006, 8:02:30 PM (18 years ago)
- Location:
- branches/playability
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability
- Property svn:ignore
-
old new 10 10 autom4te.cache 11 11 aclocal.m4 12 tags 13 test.bmp 14 config.sub 15 config.guess 16 OrxonoxPlayability.kdevses 17 OrxonoxPlayability.kdevelop.pcs
-
- Property svn:ignore
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r9998 r10001 156 156 157 157 158 this->weaponMan.addWeapon( wpLeft1, 0, 0);159 this->weaponMan.addWeapon( wpRight1, 0, 1);160 this->weaponMan.addWeapon( wpLeft2, 0, 2);161 this->weaponMan.addWeapon( wpRight2, 0, 3);158 this->weaponMan.addWeapon( wpLeft1, 1, 0); 159 this->weaponMan.addWeapon( wpRight1, 1, 1); 160 this->weaponMan.addWeapon( wpLeft2, 1, 2); 161 this->weaponMan.addWeapon( wpRight2, 1, 3); 162 162 this->weaponMan.addWeapon( wpLeft3, 0, 4); 163 163 this->weaponMan.addWeapon( wpRight3, 0, 5);
Note: See TracChangeset
for help on using the changeset viewer.