Changeset 5800 for code/branches/core5/src/modules/overlays/hud
- Timestamp:
- Sep 26, 2009, 10:21:26 PM (15 years ago)
- Location:
- code/branches/core5/src/modules/overlays/hud
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/modules/overlays/hud/HUDHealthBar.cc
r5738 r5800 56 56 { 57 57 if (this->isInitialized()) 58 delete this->textoverlay_;58 this->textoverlay_->destroy(); 59 59 } 60 60 -
code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.cc
r5738 r5800 58 58 { 59 59 if (this->isInitialized()) 60 delete this->text_;60 this->text_->destroy(); 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.