Changeset 2806 for code/branches/miniprojects/src/orxonox/objects
- Timestamp:
- Mar 19, 2009, 6:07:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/miniprojects/src/orxonox/objects/infos/HumanPlayer.cc
r2789 r2806 61 61 HumanPlayer::~HumanPlayer() 62 62 { 63 if (this-> isInitialized() && this->humanHud_)63 if (this->BaseObject::isInitialized() && this->humanHud_) 64 64 delete this->humanHud_; 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.