Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 22, 2006, 3:14:58 PM (19 years ago)
Author:
bensch
Message:

merged the bsp-model-stuff back here

File:
1 edited

Legend:

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

    r8717 r8724  
    196196  CL_SPECTATOR                  =    0x00000360,
    197197  CL_COLLISION_PROBE            =    0x00000361,
     198  CL_FPS_PLAYER                 =    0x00000362,
    198199
    199200  // Powerups
     
    223224  CL_NPC_TEST1                  =    0x00000401,
    224225  CL_NPC_TEST2                  =    0x00000402,
     226  CL_GENERIC_NPC                =    0x00000403,
    225227
    226228  // Testing Entities
     
    280282  CL_OBB                        =    0x00720000,
    281283  CL_BOUNDING_SPHERE            =    0x00740000,
     284  CL_AABB_TREE_NODE             =    0x00000724,                //FIXME: is this correct? AABB_TREE_NODE isA BV_TREE_NODE
     285  CL_AABB                       =    0x00780000,                //FIXME: is this correct? AABB isA BOUNDING_VOLUME
    282286
    283287
Note: See TracChangeset for help on using the changeset viewer.