Changeset 10278 in orxonox.OLD for branches/playability/src/world_entities/weapons
- Timestamp:
- Jan 17, 2007, 7:23:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/weapons/weapon.cc
r10252 r10278 392 392 OrxGui::GLGuiWidget* Weapon::getEnergyWidget() 393 393 { 394 if ( this->energyWidget == NULL)394 if ( this->energyWidget == NULL) 395 395 { 396 396 this->energyWidget = new OrxGui::GLGuiEnergyWidgetVertical();
Note: See TracChangeset
for help on using the changeset viewer.