Changeset 10707 in orxonox.OLD for branches/presentation/src/world_entities/weapons/weapon.h
- Timestamp:
- Jun 16, 2007, 12:32:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/weapon.h
r10698 r10707 173 173 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 174 174 175 virtual void tick(float dt) { tickW(dt); };175 virtual void tick(float dt) { WorldEntity::tick(dt); tickW(dt); }; 176 176 177 177 bool check() const;
Note: See TracChangeset
for help on using the changeset viewer.