Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 8, 2006, 2:08:24 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: weapon tick is now the only tick functions of Weapon.
If someone wants to extend the tick function of Weapon, he has to
Weapon::tick(dt)
it.

File:
1 edited

Legend:

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

    r6306 r6435  
    149149
    150150    // FLOW
    151     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
    152 
    153     virtual void tick(float dt) {};
     151    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
    154152
    155153    bool check() const;
Note: See TracChangeset for help on using the changeset viewer.