Changeset 3654 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Mar 25, 2005, 6:47:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r3631 r3654 207 207 PRINTF(1)("changing the weapon of the player: deactivate old, activate new\n"); 208 208 this->activeWeapon->deactivate(); 209 this->weapons->enumerate();209 //this->weapons->enumerate(); FIX: strang weapon change... 210 210 this->activeWeapon = this->weapons->nextElement(this->activeWeapon); 211 211 this->activeWeapon->activate();
Note: See TracChangeset
for help on using the changeset viewer.