Changeset 10121 in orxonox.OLD for branches/playability/src/world_entities/weapons/weapon.cc
- Timestamp:
- Dec 20, 2006, 1:09:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/weapon.cc
r10037 r10121 353 353 { 354 354 /** Disabled for releaseFire() from WM*/ 355 //if (this->requestedAction != WA_NONE)356 //return;355 if (this->requestedAction != WA_NONE) 356 return; 357 357 PRINTF(5)("next action will be %s in %f seconds\n", actionToChar(action), this->stateDuration); 358 358 this->requestedAction = action; … … 435 435 break; 436 436 default: 437 PRINTF( 2)("Action %s Not Implemented yet \n", Weapon::actionToChar(action));437 PRINTF(5)("Action %s Not Implemented yet \n", Weapon::actionToChar(action)); 438 438 return false; 439 439 }
Note: See TracChangeset
for help on using the changeset viewer.