Changeset 9185 in orxonox.OLD for branches/presentation/src/world_entities/creatures
- Timestamp:
- Jul 5, 2006, 6:43:09 AM (18 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.