Changeset 9377 in orxonox.OLD for branches/proxy/src/util
- Timestamp:
- Jul 21, 2006, 11:43:38 AM (19 years ago)
- Location:
- branches/proxy/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/util/fast_factory.cc
r9371 r9377 188 188 /* if (this->storedDeadObjects + this->storedLivingObjects >= count) 189 189 { 190 PRINTF(3)("not creating new Objects for class %s, because the requested count already exists\n", this->getClass Name());190 PRINTF(3)("not creating new Objects for class %s, because the requested count already exists\n", this->getClassCName()); 191 191 }*/ 192 192 for (unsigned int i = this->storedDeadObjects; i < count; i++) -
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.