Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 5:46:39 PM (19 years ago)
Author:
patrick
Message:

altering md2 model for dynamic animations choosement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/world_entities/door.cc

    r8876 r8878  
    7474
    7575
     76/**
     77 * sets the animatin of this entity
     78 */
    7679void  Door::setAnimation(int animationIndex, int animPlaybackMode)
    7780{
     
    8184
    8285
     86/**
     87 * ticks the door
     88 * @param time: time since last tick
     89 */
    8390void Door::tick (float time)
    8491{
     
    8693    ((InteractiveModel*)this->getModel(0))->tick(time);
    8794
    88 
     95  this->checkOpen();
    8996}
    9097
Note: See TracChangeset for help on using the changeset viewer.