Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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.h

    r6438 r6439  
    153153
    154154    // FLOW
    155     void tick(float dt); //!< this is a function that must be called by the weaponManager, or any other weaponHandler, all other functions are handled from within
     155    void tickW(float dt); //!< this is a function that must be called by the weaponManager, or any other weaponHandler, all other functions are handled from within
     156
     157    virtual void tick(float dt) {};
    156158
    157159    bool check() const;
Note: See TracChangeset for help on using the changeset viewer.