Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3863 in orxonox.OLD for orxonox/trunk/src/animation.cc


Ignore:
Timestamp:
Apr 18, 2005, 10:10:26 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: efence compile support, minor changes at animation, and texture has now only support for sdl-image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation.cc

    r3860 r3863  
    1414*/
    1515
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ANIM
    1617
    1718#include "animation.h"
     
    8485      this->replay();
    8586      break;
     87    case ANIM_INF_REWIND:
     88      this->stop();
     89      break;
    8690    case ANIM_INF_DELETE: // this will possibly never be made
    8791      this->bDelete = true;
Note: See TracChangeset for help on using the changeset viewer.