Changeset 2890 for code/trunk/src/orxonox/objects/infos
- Timestamp:
- Apr 2, 2009, 8:42:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/infos/HumanPlayer.cc
r2826 r2890 173 173 if (this->humanHud_) 174 174 this->humanHud_->setOwner(this->getControllableEntity()); 175 176 if (this->gametypeHud_)177 this->gametypeHud_->setOwner(this->getControllableEntity());178 175 } 179 176 … … 206 203 this->gametypeHud_ = new OverlayGroup(this); 207 204 this->gametypeHud_->addTemplate(this->gametypeHudTemplate_); 208 this->gametypeHud_->setOwner(this->get ControllableEntity());205 this->gametypeHud_->setOwner(this->getGametype()); 209 206 } 210 207 }
Note: See TracChangeset
for help on using the changeset viewer.