Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 16, 2007, 12:32:59 AM (18 years ago)
Author:
rennerc
Message:

player can kill adm now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/weapons/weapon.h

    r10698 r10707  
    173173    bool 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
    174174
    175     virtual void tick(float dt) { tickW(dt); };
     175    virtual void tick(float dt) { WorldEntity::tick(dt); tickW(dt); };
    176176
    177177    bool check() const;
Note: See TracChangeset for help on using the changeset viewer.