Changeset 9140 in orxonox.OLD for branches/terrain/src/world_entities/playable.cc
- Timestamp:
- Jul 4, 2006, 3:06:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/playable.cc
r9110 r9140 69 69 //subscribe to collision reaction 70 70 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_ENTITY); 71 71 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_TERRAIN ); 72 72 registerVar( new SynchronizeableInt( &score, &score, "score" ) ); 73 73 registerVar( new SynchronizeableBool( &bFire, &bFire, "bFire", PERMISSION_OWNER));
Note: See TracChangeset
for help on using the changeset viewer.