Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 17, 2005, 6:20:02 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: moved likely to compiler.h in defs
also reset all the UNLIKELY_IF functions to how they should look.

the old approach is still valid, but depricated.

@patrick: i hope this is ok for you, for it is LINUX-standard.
and i think windows is also able to handle likely/unlikely because it is a compiler issue not a system issue

File:
1 edited

Legend:

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

    r3858 r3860  
    2929  this->bHasKeys = false;
    3030  this->bHandled = true;
     31  this->bDelete = false;
    3132  this->baseObject = NULL;
    3233
     
    8485      break;
    8586    case ANIM_INF_DELETE: // this will possibly never be made
    86       //this->bDelete;
     87      this->bDelete = true;
    8788      break;
    8889    }
Note: See TracChangeset for help on using the changeset viewer.