Changeset 10332 in orxonox.OLD for branches/playability/src/world_entities/elements
- Timestamp:
- Jan 24, 2007, 3:23:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/elements/glgui_energywidgetvertical.cc
r10301 r10332 89 89 GLGuiEnergyWidgetVertical::~GLGuiEnergyWidgetVertical () 90 90 { 91 91 92 if ( this->_valueText ) 92 93 { … … 100 101 this->_image = NULL; 101 102 } 103 104 /* 105 if ( this->_bar ) 106 { 107 delete this->_bar; 108 this->_bar = NULL; 109 } 110 */ 102 111 } 103 112
Note: See TracChangeset
for help on using the changeset viewer.