Changeset 10529 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 31, 2007, 12:39:32 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/weapon.cc
r10528 r10529 440 440 if (this->requestedAction != WA_NONE) 441 441 return; 442 PRINTF( 0)("next action will be %s in %f seconds\n", actionToChar(action), this->stateDuration);442 PRINTF(5)("%s: next action will be %s in %f seconds\n", this->getCName(), actionToChar(action), this->stateDuration); 443 443 this->requestedAction = action; 444 444 }
Note: See TracChangeset
for help on using the changeset viewer.