Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 5, 2008, 7:57:16 PM (16 years ago)
Author:
polakma
Message:

added firemodes and a lot of other things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/weapon2/src/orxonox/objects/controllers/HumanController.cc

    r2087 r2145  
    103103    {
    104104        if (HumanController::localController_s && HumanController::localController_s->controllableEntity_)
    105             HumanController::localController_s->controllableEntity_->fire();
     105            HumanController::localController_s->controllableEntity_->fire(WeaponMode::fire);
    106106    }
    107107
     
    109109    {
    110110        if (HumanController::localController_s && HumanController::localController_s->controllableEntity_)
    111             HumanController::localController_s->controllableEntity_->altFire();
     111            HumanController::localController_s->controllableEntity_->fire(WeaponMode::altFire);
    112112    }
    113113
Note: See TracChangeset for help on using the changeset viewer.