- Timestamp:
- Dec 17, 2008, 2:10:11 AM (16 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation
- Property svn:mergeinfo changed
/code/branches/weapon2 (added) merged: 2108,2145,2186,2203,2232,2272-2273,2288,2308,2319,2327,2331,2337,2347,2354,2366-2368,2379,2391,2393,2398,2410
- Property svn:mergeinfo changed
-
code/branches/presentation/src/orxonox/objects/controllers/HumanController.cc
r2485 r2493 110 110 { 111 111 if (HumanController::localController_s && HumanController::localController_s->controllableEntity_) 112 HumanController::localController_s->controllableEntity_->fire( );112 HumanController::localController_s->controllableEntity_->fire(WeaponMode::fire); 113 113 } 114 114 … … 116 116 { 117 117 if (HumanController::localController_s && HumanController::localController_s->controllableEntity_) 118 HumanController::localController_s->controllableEntity_-> altFire();118 HumanController::localController_s->controllableEntity_->fire(WeaponMode::altFire); 119 119 } 120 120
Note: See TracChangeset
for help on using the changeset viewer.