Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 6:05:06 PM (18 years ago)
Author:
patrick
Message:

door animations again better nicer and cooler…

File:
1 edited

Legend:

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

    r8880 r8881  
    9292{
    9393  if( likely(this->getModel(0) != NULL))
    94     ((InteractiveModel*)this->getModel(0))->setAnimation(firstFrame, lastFrame, fps, bStoppable, animPlayback);
     94    ((InteractiveModel*)this->getModel(0))->setAnimation(animationList[animNum].firstFrame,
     95                                                         animationList[animNum].lastFrame,
     96                                                         animationList[animNum].fps,
     97                                                         animationList[animNum].bStoppable,
     98                                                         playbackMode);
    9599
    96100
Note: See TracChangeset for help on using the changeset viewer.