Changeset 9377 in orxonox.OLD for branches/proxy/src/util/hud.cc
- Timestamp:
- Jul 21, 2006, 11:43:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/hud.cc
r9235 r9377 155 155 if (weapon != NULL) 156 156 { 157 //PRINTF(0)("WEAPON %s::%s in Slots\n", weapon->getClass Name(), weapon->getName());157 //PRINTF(0)("WEAPON %s::%s in Slots\n", weapon->getClassCName(), weapon->getName()); 158 158 weapon->getEnergyWidget()->show(); 159 159 weapon->getEnergyWidget()->setBackgroundColor(Color(.8,.2,.11, 0.1)); … … 215 215 (*weaponWidget)->setWidgetSize(.02*this->resX, .1 *this->resY); 216 216 (*weaponWidget)->show(); 217 //printf("update thing %s::%s\n", (*weaponWidget)->getClass Name(), (*weaponWidget)->getName());217 //printf("update thing %s::%s\n", (*weaponWidget)->getClassCName(), (*weaponWidget)->getName()); 218 218 } 219 219 }
Note: See TracChangeset
for help on using the changeset viewer.