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