Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 1, 2006, 1:47:53 PM (18 years ago)
Author:
patrick
Message:

orxonox: the mission goal framework is nearly completed

File:
1 edited

Legend:

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

    r7450 r7461  
    133133  CL_GAME_WORLD_DATA            =    0x00102000,
    134134  CL_GAME_RULES                 =    0x00104000,
     135  CL_MISSION_GOAL               =    0x00105000,
    135136
    136137  CL_CAMPAIGN                   =    0x00000101,
     
    144145  CL_MOVIE_LOADER               =    0x00000109,
    145146
    146   CL_MULTIPLAYER_TEAM_DEATHMATCH=    0x00000111,
    147   CL_SINGLEPLAYER_SHOOTEMUP     =    0x00000112,
    148 
    149   CL_MISSION_GOAL               =    0x00000113,
     147  CL_MULTIPLAYER_TEAM_DEATHMATCH=    0x00104001,
     148  CL_SINGLEPLAYER_SHOOTEMUP     =    0x00104002,
     149
     150  CL_KILL_TARGET                =    0x00105001,
     151
     152
    150153
    151154  /// SUPER-PNodes
Note: See TracChangeset for help on using the changeset viewer.