Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10528 in orxonox.OLD for trunk/src/world_entities/weapons/weapon.cc


Ignore:
Timestamp:
Jan 31, 2007, 12:13:14 AM (17 years ago)
Author:
patrick
Message:

iterative mp part sys fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/weapon.cc

    r10516 r10528  
    440440    if (this->requestedAction != WA_NONE)
    441441      return;
    442     PRINTF(5)("next action will be %s in %f seconds\n", actionToChar(action), this->stateDuration);
     442    PRINTF(0)("next action will be %s in %f seconds\n", actionToChar(action), this->stateDuration);
    443443    this->requestedAction = action;
    444444  }
Note: See TracChangeset for help on using the changeset viewer.