Changeset 9192 in orxonox.OLD for branches/presentation/src/world_entities/weapons
- Timestamp:
- Jul 5, 2006, 8:05:48 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9191 r9192 101 101 } 102 102 103 103 PRINTF(0)("entity: %s\n", nearestEntity->getClassName()); 104 104 return nearestEntity; 105 105 } … … 114 114 { 115 115 if( this->owner != killer) 116 { 117 PRINTF(0)("real hit: %s\n", killer->getClassName()); 118 116 119 this->selectionList.push_back(killer); 120 } 121 PRINTF(0)("no hit: %s\n", killer->getClassName()); 117 122 } 118 123
Note: See TracChangeset
for help on using the changeset viewer.