Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7984 in orxonox.OLD for branches/network/src/defs/class_id.h


Ignore:
Timestamp:
May 30, 2006, 5:36:03 PM (18 years ago)
Author:
rennerc
Message:

new NetworkGameManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/defs/class_id.h

    r7974 r7984  
    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,
Note: See TracChangeset for help on using the changeset viewer.