Changeset 10557 for code/branches/core7/src/orxonox/infos
- Timestamp:
- Aug 29, 2015, 6:18:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/infos/PlayerInfo.cc
r10362 r10557 186 186 187 187 this->controllableEntity_->destroyHud(); // HACK-ish 188 this->previousControllableEntity_.push_back( WeakPtr<ControllableEntity>(this->controllableEntity_));188 this->previousControllableEntity_.push_back(this->controllableEntity_); 189 189 this->controllableEntity_ = entity; 190 190 this->controllableEntityID_ = entity->getObjectID();
Note: See TracChangeset
for help on using the changeset viewer.