Changeset 8891 for code/trunk/src/orxonox/infos
- Timestamp:
- Oct 12, 2011, 7:50:43 PM (13 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/orxonox/infos/PlayerInfo.cc
r8706 r8891 235 235 236 236 this->controllableEntity_->setController(0); 237 this->controllableEntity_->destroyHud(); // HACK-ish 237 if(this->isHumanPlayer()) // TODO: Multiplayer? 238 this->controllableEntity_->destroyHud(); // HACK-ish 238 239 239 240 // this->controllableEntity_ = this->previousControllableEntity_.back(); … … 248 249 249 250 // HACK-ish 250 if(this->controllableEntity_ != NULL )251 if(this->controllableEntity_ != NULL && this->isHumanPlayer()) 251 252 this->controllableEntity_->createHud(); 252 253
Note: See TracChangeset
for help on using the changeset viewer.