Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 6:43:09 AM (19 years ago)
Author:
patrick
Message:

class ids and some debug stuff

File:
1 edited

Legend:

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

    r9184 r9185  
    5454void AimingSystem::init()
    5555{
    56   this->setClassID(CL_CROSSHAIR, "AimingSystem");
     56  this->setClassID(CL_AIMING_SYSTEM, "AimingSystem");
    5757  this->setName("AimingSystem");
    5858
     
    118118{
    119119  this->selectionList.push_back(killer);
     120
     121  PRINTF(0)("hit hit hit, got: %s\n", killer->getClassName());
    120122}
    121123
Note: See TracChangeset for help on using the changeset viewer.