Changeset 7393 in orxonox.OLD for trunk/src/defs
- Timestamp:
- Apr 27, 2006, 1:05:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r7391 r7393 132 132 CL_GAME_WORLD = 0x00101000, 133 133 CL_GAME_WORLD_DATA = 0x00102000, 134 CL_GAME_RULES = 0x00104000, 134 135 135 136 CL_CAMPAIGN = 0x00000101, … … 142 143 CL_MULTI_PLAYER_WORLD_DATA = 0x00000108, 143 144 CL_MOVIE_LOADER = 0x00000109, 144 CL_GAME_RULES = 0x00000110, ///HACK: this is no story entity, bensch: to rebuild 145 CL_MULTIPLAYER_TEAM_DEATHMATCH= 0x00000111, ///HACK: this is no story entity: it is a CL_GAME_RULES, bensch: to rebuild 146 CL_SINGLEPLAYER_SHOOTEMUP = 0x00000112, ///HACK: this is no story entity: it is a CL_GAME_RULES, bensch: to rebuild 147 CL_MISSION_GOAL = 0x00000113, ///HACK: this is no story entity: it is a CL_BASE_OBJECT, bensch: to rebuild 145 146 CL_MULTIPLAYER_TEAM_DEATHMATCH= 0x00000111, 147 CL_SINGLEPLAYER_SHOOTEMUP = 0x00000112, 148 149 CL_MISSION_GOAL = 0x00000113, 148 150 149 151 /// SUPER-PNodes
Note: See TracChangeset
for help on using the changeset viewer.