Changeset 10795 for code/branches/fabienHS15/src
- Timestamp:
- Nov 10, 2015, 7:50:34 PM (9 years ago)
- Location:
- code/branches/fabienHS15/src/modules
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/src/modules/overlays/hud/HUDWeaponMode.cc
r10794 r10795 199 199 this->owner_ = orxonox_cast<Pawn*>(this->getOwner()); 200 200 201 materialNameState_ = ""; // Needed to set the material in the tick a ter a change of the owner.201 materialNameState_ = ""; // Needed to set the material in the tick after a change of the owner. 202 202 } 203 203 -
code/branches/fabienHS15/src/modules/weapons/projectiles/Rocket.cc
r10794 r10795 187 187 SUPER(Rocket, tick, dt); 188 188 189 orxout() << "Rocket::tick" << getScale() << endl;190 191 189 if( this->hasLocalController() ) 192 190 { -
code/branches/fabienHS15/src/modules/weapons/projectiles/SimpleRocket.cc
r10794 r10795 116 116 { 117 117 SUPER(SimpleRocket, tick, dt); 118 119 orxout() << "SimpleRocket::tick" << getScale() << endl;120 118 121 119 if (GameMode::isMaster())
Note: See TracChangeset
for help on using the changeset viewer.