Changeset 6502 in orxonox.OLD for branches/network/src/defs
- Timestamp:
- Jan 11, 2006, 10:49:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/defs/class_id.h
r6455 r6502 73 73 74 74 CL_STORY_ENTITY = 0x02000000, 75 76 CL_GAME_WORLD = 0x50000000, 77 CL_GAME_WORLD_DATA = 0x60000000, 75 78 76 79 CL_PHYSICS_INTERFACE = 0x04000000, … … 148 151 CL_CAMPAIGN = 0x00000101, 149 152 CL_CAMPAIGN_DATA = 0x00000102, 150 CL_ GAME_WORLD= 0x00000103,151 CL_ GAME_WORLD_DATA= 0x00000104,153 CL_SIMPLE_GAME_MENU = 0x00000103, 154 CL_SIMPLE_GAME_MENU_DATA = 0x00000104, 152 155 CL_SINGLE_PLAYER_WORLD = 0x00000105, 153 156 CL_SINGLE_PLAYER_WORLD_DATA = 0x00000106, 154 157 CL_MULTI_PLAYER_WORLD = 0x00000107, 155 158 CL_MULTI_PLAYER_WORLD_DATA = 0x00000108, 159 156 160 157 161 // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset
for help on using the changeset viewer.