Changeset 8929 in orxonox.OLD for branches/terrain/src/world_entities/playable.cc
- Timestamp:
- Jun 29, 2006, 11:45:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/playable.cc
r8490 r8929 67 67 68 68 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_ENTITY); 69 69 this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_TERRAIN ); 70 70 registerVar( new SynchronizeableInt( &score, &score, "score" ) ); 71 71 registerVar( new SynchronizeableBool( &bFire, &bFire, "bFire", PERMISSION_OWNER));
Note: See TracChangeset
for help on using the changeset viewer.