Changeset 9998 in orxonox.OLD for branches/playability/src/world_entities/weapons/weapon.cc
- Timestamp:
- Dec 3, 2006, 7:40:07 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/weapon.cc
r9966 r9998 541 541 unlikely(this->energy + this->ammoContainer->getStoredEnergy() < this->minCharge)) 542 542 { 543 this->requestAction(WA_DEACTIVATE);543 //this->requestAction(WA_DEACTIVATE); 544 544 this->execute(); 545 545 return false;
Note: See TracChangeset
for help on using the changeset viewer.