Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4594 in orxonox.OLD for orxonox/trunk/src/defs/class_list.h


Ignore:
Timestamp:
Jun 10, 2005, 7:52:04 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: isA should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/defs/class_list.h

    r4592 r4594  
    4646{
    4747  // superclasses
    48   CL_MASK_SUPERCLASS      =    0xff000000,
     48  CL_MASK_SUPER_CLASS     =    0xff000000,
    4949  CL_BASE_OBJECT          =    0x01000000,
    5050
     
    5959
    6060  // subsuper-classes
    61   CL_MASK_SUBCLASS        =    0x00fff000,
     61  CL_MASK_SUBSUPER_CLASS  =    0x00fff000,
    6262  CL_PLAYER               =    0x00001000,
    6363  CL_NPC                  =    0x00002000,
Note: See TracChangeset for help on using the changeset viewer.