Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

    r6434 r6435  
    507507 * tick signal for time dependent/driven stuff
    508508*/
    509 void Weapon::tickW(float dt)
     509void Weapon::tick(float dt)
    510510{
    511511  //printf("%s ", stateToChar(this->currentState));
     
    530530    }
    531531  }
    532   tick(dt);
    533532}
    534533
Note: See TracChangeset for help on using the changeset viewer.