- Timestamp:
- Jan 10, 2016, 1:54:11 PM (10 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/modules/overlays/hud/HUDHealthBar.cc
r11052 r11054 43 43 RegisterObject(HUDHealthBar); 44 44 45 this->owner_ = 0;45 this->owner_ = nullptr; 46 46 this->bUseBarColour_ = false; 47 47 this->textOffset_ = Vector2(0.0f, 0.0f); … … 66 66 { 67 67 this->textoverlay_->destroy(); 68 this->textoverlay_ = NULL;68 this->textoverlay_ = nullptr; 69 69 } 70 70 }
Note: See TracChangeset
for help on using the changeset viewer.