Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10538 in orxonox.OLD


Ignore:
Timestamp:
Jan 31, 2007, 4:26:29 AM (17 years ago)
Author:
nicolasc
Message:

minor updates

Location:
trunk/src/world_entities
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/swarm_projectile.cc

    r10420 r10538  
    4141
    4242/*  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())
    4444  this->loadExplosionSound("sounds/explosions/explosion_4.wav");
    4545
  • trunk/src/world_entities/space_ships/space_ship.cc

    r10531 r10538  
    216216
    217217
    218   this->weaponMan.changeWeaponConfig(0);
     218  this->weaponMan.changeWeaponConfig(3);
    219219  this->secWeaponMan.changeWeaponConfig(0);
    220220
    221221
    222   curWeaponPrimary    = 0;
     222  curWeaponPrimary    = 3;
    223223  curWeaponSecondary  = 0;
    224224
Note: See TracChangeset for help on using the changeset viewer.