- Timestamp:
- Jan 31, 2007, 4:26:29 AM (18 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/swarm_projectile.cc
r10420 r10538 41 41 42 42 /* this->loadModel("models/projectiles/orx-rocket.obj", 0.5);*/ 43 this->loadModel("models/projectiles/swarm_projectile.obj" ); // no double rescale (see draw())43 this->loadModel("models/projectiles/swarm_projectile.obj", .25); // no double rescale (see draw()) 44 44 this->loadExplosionSound("sounds/explosions/explosion_4.wav"); 45 45 -
trunk/src/world_entities/space_ships/space_ship.cc
r10531 r10538 216 216 217 217 218 this->weaponMan.changeWeaponConfig( 0);218 this->weaponMan.changeWeaponConfig(3); 219 219 this->secWeaponMan.changeWeaponConfig(0); 220 220 221 221 222 curWeaponPrimary = 0;222 curWeaponPrimary = 3; 223 223 curWeaponSecondary = 0; 224 224
Note: See TracChangeset
for help on using the changeset viewer.