Changeset 6424 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Jan 7, 2006, 11:07:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r6341 r6424 147 147 // StoryEntities (range from 0x00000100 to 0x000001ff) 148 148 CL_CAMPAIGN = 0x00000101, 149 CL_WORLD = 0x00000102, 150 149 CL_CAMPAIGN_DATA = 0x00000102, 150 CL_GAME_WORLD = 0x00000103, 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, 151 156 152 157 // WorldEntities (range from 0x00000200 to 0x000004ff)
Note: See TracChangeset
for help on using the changeset viewer.