Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2006, 1:09:05 PM (19 years ago)
Author:
marcscha
Message:

Deactivate Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/weapons/weapon.cc

    r10037 r10121  
    353353  {
    354354    /** Disabled for releaseFire() from WM*/
    355     //if (this->requestedAction != WA_NONE)
    356     //  return;
     355    if (this->requestedAction != WA_NONE)
     356      return;
    357357    PRINTF(5)("next action will be %s in %f seconds\n", actionToChar(action), this->stateDuration);
    358358    this->requestedAction = action;
     
    435435    break;
    436436    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));
    438438    return false;
    439439  }
Note: See TracChangeset for help on using the changeset viewer.