Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 8, 2006, 2:45:23 PM (20 years ago)
Author:
bensch
Message:

trunk: WeaponSystem working again:
reverted the changed from revision 6435, because they made the WeaponSystem unusable

File:
1 edited

Legend:

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

    r6438 r6439  
    552552 * tick signal for time dependent/driven stuff
    553553*/
    554 void Weapon::tick(float dt)
     554void Weapon::tickW(float dt)
    555555{
    556556  //printf("%s ", stateToChar(this->currentState));
     
    575575    }
    576576  }
     577  tick(dt);
    577578}
    578579
Note: See TracChangeset for help on using the changeset viewer.