Changeset 9377 in orxonox.OLD for branches/proxy/src/world_entities/weapons
- Timestamp:
- Jul 21, 2006, 11:43:38 AM (19 years ago)
- Location:
- branches/proxy/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/weapons/aiming_system.cc
r9371 r9377 115 115 if( this->owner != killer) 116 116 { 117 //PRINTF(0)("real hit: %s\n", killer->getClass Name());117 //PRINTF(0)("real hit: %s\n", killer->getClassCName()); 118 118 this->selectionList.push_back(killer); 119 119 } -
branches/proxy/src/world_entities/weapons/weapon.cc
r9371 r9377 313 313 { 314 314 this->energyWidget = new OrxGui::GLGuiEnergyWidget(); 315 this->energyWidget->setDisplayedName(this->getClass Name());315 this->energyWidget->setDisplayedName(this->getClassCName()); 316 316 this->energyWidget->setSize2D( 20, 100); 317 317 this->energyWidget->setMaximum(this->getEnergyMax());
Note: See TracChangeset
for help on using the changeset viewer.