Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4779 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
Jul 2, 2005, 10:03:59 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: created a crosshair class, that will in the future enable us to shoot at enemies

File:
1 edited

Legend:

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

    r4754 r4779  
    7777  CL_MASK_LOWLEVEL_CLASS  =    0x00000fff,
    7878
    79   // singleton classes (range from 0x00000f01 to 0x00000fff)
     79  // singleton classes (range from 0x00000f00 to 0x00000fff)
    8080  CL_MASK_SINGLETON       =    0x00000f00,
    8181  CL_ORXONOX              =    0x00000f01,
     
    102102
    103103
    104   // StoryEntities (range from 0x00000101 to 0x000001ff)
     104  // StoryEntities (range from 0x00000100 to 0x000001ff)
    105105  CL_CAMPAIGN             =    0x00000101,
    106106  CL_WORLD                =    0x00000102,
    107107
    108108
    109   // WorldEntities (range from 0x00000201 to 0x000004ff)
     109  // WorldEntities (range from 0x00000200 to 0x000004ff)
    110110  CL_CAMERA               =    0x00000201,
    111111  CL_CAMERA_TARGET        =    0x00000202,
     
    124124  CL_EVENT                =    0x00000501,
    125125  CL_KEY_MAPPER           =    0x00000502,
     126  CL_CROSSHAIR            =    0x0000050f,
    126127
    127128  CL_WEAPON_MANAGER       =    0x00000503,
Note: See TracChangeset for help on using the changeset viewer.