Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 1, 2006, 2:28:16 PM (18 years ago)
Author:
patrick
Message:

trunk: merged the network branche back to trunk

File:
1 edited

Legend:

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

    r8035 r8068  
    134134  CL_GAME_WORLD_DATA            =    0x00102000,
    135135  CL_GAME_RULES                 =    0x00104000,
    136   CL_MISSION_GOAL               =    0x00105000,
     136  CL_NETWORK_GAME_RULES         =    0x00108000,
     137  CL_MISSION_GOAL               =    0x00110000,
    137138
    138139  CL_CAMPAIGN                   =    0x00000101,
     
    146147  CL_MOVIE_LOADER               =    0x00000109,
    147148
    148   CL_MULTIPLAYER_TEAM_DEATHMATCH=    0x00104001,
    149   CL_SINGLEPLAYER_SHOOTEMUP     =    0x00104002,
     149  CL_MULTIPLAYER_TEAM_DEATHMATCH=    0x00000121,
     150  CL_SINGLEPLAYER_SHOOTEMUP     =    0x00000122,
    150151
    151152  CL_KILL_TARGET                =    0x00105001,
     
    189190  CL_HOVER                      =    0x0000035e,
    190191  CL_TURBINE_HOVER              =    0x0000035f,
     192  CL_SPECTATOR                  =    0x00000360,
    191193
    192194  // Powerups
     
    368370  CL_NETWORK_GAME_MANAGER       =    0x00000d07,
    369371  CL_MESSAGE_MANAGER            =    0x00000d08,
    370   CL_SIMPLE_SYNC                =    0x00000d09,
     372  CL_PLAYER_STATS               =    0x00000d09,
     373  CL_SIMPLE_SYNC                =    0x00000d0a,
    371374
    372375
Note: See TracChangeset for help on using the changeset viewer.