Changeset 9185 in orxonox.OLD for branches/presentation/src/world_entities
- Timestamp:
- Jul 5, 2006, 6:43:09 AM (19 years ago)
- Location:
- branches/presentation/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9183 r9185 269 269 } 270 270 } 271 272 WorldEntity* target = this->aimingSystem->getNearestTarget();273 if( target != NULL)274 {275 PRINTF(0)("hit hit hit, got: %s\n", target->getClassName());276 }277 278 271 279 272 -
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9184 r9185 54 54 void AimingSystem::init() 55 55 { 56 this->setClassID(CL_ CROSSHAIR, "AimingSystem");56 this->setClassID(CL_AIMING_SYSTEM, "AimingSystem"); 57 57 this->setName("AimingSystem"); 58 58 … … 118 118 { 119 119 this->selectionList.push_back(killer); 120 121 PRINTF(0)("hit hit hit, got: %s\n", killer->getClassName()); 120 122 } 121 123
Note: See TracChangeset
for help on using the changeset viewer.