Changeset 10252 in orxonox.OLD for branches/playability/src/world_entities/weapons/weapon.cc
- Timestamp:
- Jan 17, 2007, 1:41:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/weapon.cc
r10230 r10252 586 586 bool Weapon::fireW() 587 587 { 588 printf("fireW Weapon\n");588 // printf("fireW Weapon\n"); 589 589 //if (likely(this->currentState != WS_INACTIVE)) 590 590 if (this->minCharge <= this->energy)
Note: See TracChangeset
for help on using the changeset viewer.