Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 18, 2005, 4:52:45 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: weapon manager now works in player, cleaning up the rest

File:
1 edited

Legend:

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

    r3873 r3875  
    5858 
    5959  this->weaponMan->addWeapon(wpRight);
     60  this->weaponMan->addWeapon(wpLeft);
    6061
    6162  this->weapons->add(wpRight);
     
    216217    {
    217218      //if(this->activeWeapon != NULL)
    218       this->activeWeapon->fire();
     219      //this->activeWeapon->fire();
    219220      //FIX THIS FIX FIIIIIIIIIIIX
    220       this->activeWeaponL->fire();
     221      //this->activeWeaponL->fire();
     222      this->weaponMan->fire();
    221223    }
    222224  if( this->bWeaponChange && this->weapons->getSize() > 1)
Note: See TracChangeset for help on using the changeset viewer.