Changeset 9243 in orxonox.OLD for branches/scripting/src/world_entities/weapons
- Timestamp:
- Jul 6, 2006, 4:10:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/scripting/src/world_entities/weapons/aiming_system.cc
r9235 r9243 115 115 if( this->owner != killer) 116 116 { 117 PRINTF(0)("real hit: %s\n", killer->getClassName());117 //PRINTF(0)("real hit: %s\n", killer->getClassName()); 118 118 this->selectionList.push_back(killer); 119 119 }
Note: See TracChangeset
for help on using the changeset viewer.