Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 26, 2005, 2:27:13 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: cool bars for the rocket-louncher

File:
1 edited

Legend:

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

    r6142 r6306  
    438438      this->soundSource->play(this->soundBuffers[WA_SHOOT]);
    439439          // fire
     440    this->energyLoaded -= this->minCharge;
    440441    this->fire();
    441     this->energyLoaded -= this->minCharge;
    442442          // setting up for the next state
    443443    this->enterState(WS_SHOOTING);
Note: See TracChangeset for help on using the changeset viewer.