Changeset 8234 in orxonox.OLD for branches/bsp_model/src/world_entities
- Timestamp:
- Jun 8, 2006, 1:30:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/playable.cc
r8217 r8234 66 66 this->bDead = false; 67 67 68 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_ MODEL);68 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_ENTITY); 69 69 70 70 registerVar( new SynchronizeableInt( &score, &score, "score" ) );
Note: See TracChangeset
for help on using the changeset viewer.