Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 7:21:25 AM (18 years ago)
Author:
patrick
Message:

muchos debugos inofromationos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/weapons/aiming_system.cc

    r9185 r9186  
    3535 */
    3636AimingSystem::AimingSystem (WorldEntity* entity)
     37  : WorldEntity()
    3738{
    3839  this->owner = entity;
     
    6162
    6263  // registering default reactions:
     64  this->unsubscribeReaction(CREngine::CR_OBJECT_DAMAGE);
    6365  this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, CL_WORLD_ENTITY);
    6466
     
    120122
    121123  PRINTF(0)("hit hit hit, got: %s\n", killer->getClassName());
     124  printf("aimingsystem: hit()\n");
    122125}
    123126
Note: See TracChangeset for help on using the changeset viewer.