Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Aug 16, 2005, 7:56:48 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: less output of Weapon

File:
1 edited

Legend:

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

    r5037 r5041  
    9898  this->weaponMan->addWeapon(turret, 2, 2);
    9999  this->weaponMan->addWeapon(turret2, 2, 3);
    100   this->weaponMan->addWeapon(wpLeft, 3, 0);
    101   this->weaponMan->addWeapon(wpRight,3 ,1);
     100  //this->weaponMan->addWeapon(turret, 3, 0);
    102101
    103102  this->weaponMan->changeWeaponConfig(0);
     
    152151
    153152}
    154 
    155153
    156154/**
Note: See TracChangeset for help on using the changeset viewer.