Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5844 in orxonox.OLD for branches/spaceshipcontrol/src/lib


Ignore:
Timestamp:
Nov 30, 2005, 10:18:43 PM (18 years ago)
Author:
bensch
Message:

orxonox/branches/spaceshipcontroll: rearanged ClassList classes

Location:
branches/spaceshipcontrol/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/lib/lang/base_object.cc

    r5791 r5844  
    112112  else if (classID & CL_MASK_SUBSUPER_CLASS)
    113113  {
    114     if (likely(((this->classID & CL_MASK_SUBSUPER_CLASS_ID) == (this->classID & CL_MASK_SUBSUPER_CLASS_ID)) &&
    115         this->classID & classID & CL_MASK_SUBSUPER_CLASS_ID2))
     114    if (likely(((this->classID & CL_MASK_SUBSUPER_CLASS_IDA) == (this->classID & CL_MASK_SUBSUPER_CLASS_IDA)) &&
     115        this->classID & classID & CL_MASK_SUBSUPER_CLASS_IDB))
    116116      return true;
    117117  }
  • branches/spaceshipcontrol/src/lib/sound/sound_engine.cc

    r5834 r5844  
    281281
    282282  // INITIALIZING THE DEVICE:
    283   ALchar deviceName[] =
     283  ALubyte deviceName[] =
    284284#ifdef __WIN32__
    285285      "native";
Note: See TracChangeset for help on using the changeset viewer.