Changeset 6386 in orxonox.OLD for branches/network/src/defs
- Timestamp:
- Jan 2, 2006, 1:30:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/defs/class_id.h
r6358 r6386 147 147 // StoryEntities (range from 0x00000100 to 0x000001ff) 148 148 CL_CAMPAIGN = 0x00000101, 149 CL_GAME_WORLD = 0x00000102, 150 CL_SINGLE_PLAYER_WORLD = 0x00000103, 151 CL_MULTI_PLAYER_WORLD = 0x00000104, 149 CL_CAMPAIGN_DATA = 0x00000102, 150 CL_GAME_WORLD = 0x00000103, 151 CL_SINGLE_PLAYER_WORLD = 0x00000104, 152 CL_MULTI_PLAYER_WORLD = 0x00000105, 152 153 153 154 // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset
for help on using the changeset viewer.