Changeset 6488 in orxonox.OLD for branches/avi_play_merge/src
- Timestamp:
- Jan 11, 2006, 4:33:14 PM (19 years ago)
- Location:
- branches/avi_play_merge/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play_merge/src/defs/class_id.h
r6486 r6488 189 189 CL_GROUND_TURRET = 0x00000244, 190 190 CL_GUIDED_MISSILE = 0x00000245, 191 CL_MOVIE_ENTITY = 0x00000246, 191 192 192 193 CL_NPC_TEST1 = 0x00000301, … … 226 227 CL_TEXTURE_SEQUENCE = 0x00004805, 227 228 CL_OBJ_MODEL = 0x00000807, 228 229 229 230 CL_MOVIE_PLAYER = 0x00000805, 230 231 CL_MEDIA_CONTAINER = 0x00000806, -
branches/avi_play_merge/src/world_entities/Makefile.am
r6455 r6488 20 20 world_entities/terrain.cc \ 21 21 world_entities/satellite.cc \ 22 world_entities/movie_entity.cc \ 22 23 world_entities/character_attributes.cc \ 23 24 world_entities/test_entity.cc \ … … 68 69 world_entities/terrain.h \ 69 70 world_entities/satellite.h \ 71 world_entities/movie_entity.h \ 70 72 world_entities/character_attributes.h \ 71 73 world_entities/test_entity.h \
Note: See TracChangeset
for help on using the changeset viewer.