Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7393 in orxonox.OLD for trunk/src/defs/class_id.h


Ignore:
Timestamp:
Apr 27, 2006, 1:05:17 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ClassList better, and some shell-commands

File:
1 edited

Legend:

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

    r7391 r7393  
    132132  CL_GAME_WORLD                 =    0x00101000,
    133133  CL_GAME_WORLD_DATA            =    0x00102000,
     134  CL_GAME_RULES                 =    0x00104000,
    134135
    135136  CL_CAMPAIGN                   =    0x00000101,
     
    142143  CL_MULTI_PLAYER_WORLD_DATA    =    0x00000108,
    143144  CL_MOVIE_LOADER               =    0x00000109,
    144   CL_GAME_RULES                 =    0x00000110,          ///HACK: this is no story entity, bensch: to rebuild
    145   CL_MULTIPLAYER_TEAM_DEATHMATCH=    0x00000111,          ///HACK: this is no story entity: it is a CL_GAME_RULES, bensch: to rebuild
    146   CL_SINGLEPLAYER_SHOOTEMUP     =    0x00000112,          ///HACK: this is no story entity: it is a CL_GAME_RULES, bensch: to rebuild
    147   CL_MISSION_GOAL               =    0x00000113,          ///HACK: this is no story entity: it is a CL_BASE_OBJECT, bensch: to rebuild
     145
     146  CL_MULTIPLAYER_TEAM_DEATHMATCH=    0x00000111,
     147  CL_SINGLEPLAYER_SHOOTEMUP     =    0x00000112,
     148
     149  CL_MISSION_GOAL               =    0x00000113,
    148150
    149151  /// SUPER-PNodes
Note: See TracChangeset for help on using the changeset viewer.