Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 3:06:00 PM (19 years ago)
Author:
bensch
Message:

merged back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/world_entities/playable.cc

    r9110 r9140  
    6969  //subscribe to collision reaction
    7070  this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_BSP_ENTITY);
    71 
     71        this->subscribeReaction(CREngine::CR_PHYSICS_GROUND_WALK, CL_TERRAIN );
    7272  registerVar( new SynchronizeableInt( &score, &score, "score" ) );
    7373  registerVar( new SynchronizeableBool( &bFire, &bFire, "bFire", PERMISSION_OWNER));
Note: See TracChangeset for help on using the changeset viewer.