Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 30, 2005, 10:49:00 PM (18 years ago)
Author:
patrick
Message:

network: major changes in the world files

File:
1 edited

Legend:

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

    r6341 r6358  
    147147  // StoryEntities (range from 0x00000100 to 0x000001ff)
    148148  CL_CAMPAIGN                   =    0x00000101,
    149   CL_WORLD                      =    0x00000102,
    150 
     149  CL_GAME_WORLD                 =    0x00000102,
     150  CL_SINGLE_PLAYER_WORLD        =    0x00000103,
     151  CL_MULTI_PLAYER_WORLD         =    0x00000104,
    151152
    152153  // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset for help on using the changeset viewer.