Changeset 10333 in orxonox.OLD for branches/playability/src/world_entities/space_ships
- Timestamp:
- Jan 24, 2007, 3:29:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/space_ships/space_ship.cc
r10332 r10333 176 176 spike->setName( "SpikeThrower" ); 177 177 178 // Weapon* spike2 = new SpikeLauncher(); 179 // spike2->setName( "SpikeLauncher" ); 180 181 /* 178 182 179 Weapon* acid0 = new AcidLauncher(); 183 180 acid0->setName( "AcidSplasher" ); … … 185 182 Weapon* acid1 = new AcidLauncher(); 186 183 acid1->setName( "AcidSplasher" ); 187 */ 184 188 185 189 186 this->weaponMan.addWeapon( wpLeft1, 0, 0); … … 195 192 this->weaponMan.addWeapon( wpLeft3, 2, 4); 196 193 this->weaponMan.addWeapon( wpRight3, 2, 5); 197 194 /* 198 195 this->weaponMan.addWeapon( wpLeft1, 3, 0); 199 196 this->weaponMan.addWeapon( wpRight1, 3, 1); … … 204 201 this->weaponMan.addWeapon( wpLeft3, 3, 4); 205 202 this->weaponMan.addWeapon( wpRight3, 3, 5); 206 207 /* 208 this->weaponMan.addWeapon( acid0, 0, 6);209 this->weaponMan.addWeapon( acid1, 0, 7);210 */ 203 */ 204 205 this->weaponMan.addWeapon( acid0, 3, 0); 206 this->weaponMan.addWeapon( acid1, 3, 1); 207 211 208 212 209 this->secWeaponMan.addWeapon( cannon, 0, 2); … … 216 213 217 214 218 this->weaponMan.changeWeaponConfig( 0);215 this->weaponMan.changeWeaponConfig(3); 219 216 this->secWeaponMan.changeWeaponConfig(1); 220 217 221 curWeaponPrimary = 3;222 curWeaponSecondary = 0;218 curWeaponPrimary = 0; 219 curWeaponSecondary = 1; 223 220 224 221 Playable::weaponConfigChanged();
Note: See TracChangeset
for help on using the changeset viewer.