Changeset 6055 for code/branches/steering/src/orxonox/infos
- Timestamp:
- Nov 13, 2009, 11:21:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/steering/src/orxonox/infos/PlayerInfo.cc
r6045 r6055 138 138 assert(this->controller_); 139 139 this->controller_->setPlayer(this); 140 if (this->controllableEntity_) { 140 if (this->controllableEntity_) 141 { 141 142 this->controller_->setControllableEntity(this->controllableEntity_); 142 143 this->controllableEntity_->setController(this->controller_); … … 160 161 this->bReadyToSpawn_ &= (!this->bSetUnreadyAfterSpawn_); 161 162 162 if (this->controller_) { 163 if (this->controller_) 164 { 163 165 this->controller_->setControllableEntity(entity); 164 166 this->controllableEntity_->setController(this->controller_);
Note: See TracChangeset
for help on using the changeset viewer.