Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 21, 2005, 5:33:20 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: some smaller fixes, to make Weapon more local

File:
1 edited

Legend:

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

    r4926 r4927  
    8686  this->minCharge = 1.0;
    8787  this->maxCharge = 1.0;
     88
    8889  this->energyLoaded = .0;
    8990  this->energyLoadedMax = 10.0;
     
    248249}
    249250
    250 
    251251/**
    252252 * checks and activates the Weapon.
     
    268268}
    269269
    270 
    271270/**
    272271 * checks and deactivates the Weapon
     
    308307    this->requestAction(WA_RELOAD);
    309308  }
    310 
    311309}
    312310
     
    370368}
    371369
    372 
    373370/**
    374371 * enters the requested State, plays back animations updates the timing.
     
    386383
    387384
     385
     386///////////////////
     387//  WORLD-ENTITY //
     388// FUNCTIONALITY //
     389///////////////////
    388390/**
    389391 * tick signal for time dependent/driven stuff
Note: See TracChangeset for help on using the changeset viewer.