Changeset 10449 in orxonox.OLD for trunk/src/util
- Timestamp:
- Jan 28, 2007, 5:46:16 PM (18 years ago)
- Location:
- trunk/src/util
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/hud.cc
r10420 r10449 129 129 //dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->energyWidget)->setStandardSettings(); 130 130 this->energyWidget->setParent2D(this->leftRect); 131 dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->energyWidget)->setDisplayedImage("textures/gui/gui_electronics_icon.png"); 131 132 this->energyWidget->show(); 132 133 /* this->energyWidget->frontMaterial().setDiffuseMap("hud_energy_bar.png"); … … 157 158 //dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->shieldWidget)->setStandardSettings(); 158 159 this->shieldWidget->setParent2D(this->leftRect); 160 dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->shieldWidget)->setDisplayedImage("textures/gui/gui_shield_icon.png"); 159 161 this->shieldWidget->show(); 160 162 /* this->shieldWidget->frontMaterial().setDiffuseMap("hud_energy_bar.png"); … … 187 189 //dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->armorWidget)->setStandardSettings(); 188 190 this->armorWidget->setParent2D(this->leftRect); 191 dynamic_cast<OrxGui::GLGuiEnergyWidgetVertical*> (this->armorWidget)->setDisplayedImage("textures/gui/gui_health_icon.png"); 189 192 this->armorWidget->show(); 190 193 /* this->armorWidget->frontMaterial().setDiffuseMap("hud_energy_bar.png"); -
trunk/src/util/track/track.cc
r10424 r10449 93 93 LoadParam_CYCLE(element, "mode", this, Track, setMode) 94 94 .describe("Sets mode of track behavior"); 95 96 95 } 97 96 LOAD_PARAM_END_CYCLE(element);
Note: See TracChangeset
for help on using the changeset viewer.