Changeset 2145 for code/branches/weapon2/src/orxonox/objects/controllers
- Timestamp:
- Nov 5, 2008, 7:57:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon2/src/orxonox/objects/controllers/HumanController.cc
r2087 r2145 103 103 { 104 104 if (HumanController::localController_s && HumanController::localController_s->controllableEntity_) 105 HumanController::localController_s->controllableEntity_->fire( );105 HumanController::localController_s->controllableEntity_->fire(WeaponMode::fire); 106 106 } 107 107 … … 109 109 { 110 110 if (HumanController::localController_s && HumanController::localController_s->controllableEntity_) 111 HumanController::localController_s->controllableEntity_-> altFire();111 HumanController::localController_s->controllableEntity_->fire(WeaponMode::altFire); 112 112 } 113 113
Note: See TracChangeset
for help on using the changeset viewer.