Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4967 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Jul 28, 2005, 9:24:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: multiple sounds on the turret
this does not really work, as openAL is only really able to play back one effect on a SoundSource, this is rather silly…. check it out …

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r4964 r4967  
    8989  this->weaponMan->addWeapon(wpLeft, 1, 0);
    9090  this->weaponMan->addWeapon(wpRight,1 ,1);
     91  this->weaponMan->addWeapon(turret, 2, 2);
    9192  this->weaponMan->addWeapon(turret, 3, 2);
     93  this->weaponMan->addWeapon(wpLeft, 3, 0);
     94  this->weaponMan->addWeapon(wpRight,3 ,1);
    9295
    9396  this->weaponMan->changeWeaponConfig(0);
Note: See TracChangeset for help on using the changeset viewer.