Changeset 9188 in orxonox.OLD for branches/presentation/src/world_entities
- Timestamp:
- Jul 5, 2006, 7:32:59 AM (18 years ago)
- Location:
- branches/presentation/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9186 r9188 258 258 if( this->bFire) 259 259 { 260 this->getWeaponManager().fire();260 //this->getWeaponManager().fire(); 261 261 262 262 WorldEntity* target = this->aimingSystem->getNearestTarget(); -
branches/presentation/src/world_entities/weapons/aiming_system.cc
r9187 r9188 62 62 63 63 // registering default reactions: 64 //this->unsubscribeReaction(CREngine::CR_OBJECT_DAMAGE);64 this->unsubscribeReaction(CREngine::CR_OBJECT_DAMAGE); 65 65 this->subscribeReaction(CREngine::CR_OBJECT_DAMAGE, CL_WORLD_ENTITY); 66 66 … … 120 120 { 121 121 this->selectionList.push_back(killer); 122 123 PRINTF(0)("hit hit hit, got: %s\n", killer->getClassName());124 printf("aimingsystem: hit()\n");125 122 } 126 123 … … 134 131 { 135 132 136 // this->selectionList.clear(); 133 137 134 } 138 135
Note: See TracChangeset
for help on using the changeset viewer.