- Timestamp:
- Dec 9, 2017, 1:29:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Asteroid_HS17/src/modules/asteroids2D/Asteroids2DHUDinfo.cc
r11637 r11645 41 41 42 42 this->Asteroids2DGame = nullptr; 43 this->Ship = nullptr;43 //this->Ship = nullptr; 44 44 this->bShowPoints_ = true; 45 45 this->bShowHealth_ = true; … … 51 51 52 52 XMLPortParam(Asteroids2DHUDinfo,"showPoints", setShowPoints, getShowPoints, xmlelement, mode).defaultValues(false); 53 XMLPortParam(Asteroids2DHUDinfo,"showHealth", setShowHealth, getShowHealth, xmlelement, mode).defaultValues(false);54 53 } 55 54
Note: See TracChangeset
for help on using the changeset viewer.