Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2006, 5:35:28 PM (17 years ago)
Author:
marcscha
Message:

Second Weapon Ammo Widget Support

File:
1 edited

Legend:

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

    r9998 r10030  
    516516    if (this->soundBuffers[WA_SHOOT].loaded())
    517517      this->soundSource->play(this->soundBuffers[WA_SHOOT]);
    518     this->updateWidgets();
    519518    // fire
    520519    this->energy -= this->minCharge;
     
    522521    // setting up for the next state
    523522    this->enterState(WS_SHOOTING);
     523    this->updateWidgets();
    524524  }
    525525  else  // reload if we still have the charge
Note: See TracChangeset for help on using the changeset viewer.