Changeset 8734 for code/branches/ai2/src/orxonox/infos
- Timestamp:
- Jul 6, 2011, 10:50:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/orxonox/infos/PlayerInfo.cc
r8706 r8734 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.