Changeset 9907 for code/branches/presentationHS13/src/orxonox
- Timestamp:
- Dec 16, 2013, 2:22:45 PM (11 years ago)
- Location:
- code/branches/presentationHS13
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13
- Property svn:mergeinfo changed
/code/branches/spacestationentry (added) merged: 9699,9705,9708,9710,9713-9715,9745,9776,9789,9820,9857,9885-9886
- Property svn:mergeinfo changed
-
code/branches/presentationHS13/src/orxonox/infos/PlayerInfo.cc
r9667 r9907 229 229 return; 230 230 231 this->controllableEntity_->getController()->setActive(false); 231 Controller* tmp =this->controllableEntity_->getController(); 232 if (tmp == NULL) 233 { 234 orxout(verbose) << "PlayerInfo: pauseControl, Controller is NULL " << endl; 235 return; 236 } 237 tmp->setActive(false); 232 238 //this->controllableEntity_->getController()->setControllableEntity(NULL); 233 239 this->controllableEntity_->setController(0);
Note: See TracChangeset
for help on using the changeset viewer.