Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6402 in orxonox.OLD for branches/network/src/defs


Ignore:
Timestamp:
Jan 3, 2006, 11:04:50 PM (18 years ago)
Author:
patrick
Message:

network: more modularity for the GameWorld: data and process are now totaly separated from each other, as it should be. Now I will do some magic on the MultiPlayerWorld, see if it works :D

File:
1 edited

Legend:

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

    r6386 r6402  
    149149  CL_CAMPAIGN_DATA              =    0x00000102,
    150150  CL_GAME_WORLD                 =    0x00000103,
    151   CL_SINGLE_PLAYER_WORLD        =    0x00000104,
    152   CL_MULTI_PLAYER_WORLD         =    0x00000105,
     151  CL_GAME_WORLD_DATA            =    0x00000104,
     152  CL_SINGLE_PLAYER_WORLD        =    0x00000105,
     153  CL_SINGLE_PLAYER_WORLD_DATA   =    0x00000106,
     154  CL_MULTI_PLAYER_WORLD         =    0x00000107,
     155  CL_MULTI_PLAYER_WORLD_DATA    =    0x00000108,
    153156
    154157  // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset for help on using the changeset viewer.