Changeset 9629 for code/branches/core6/src/orxonox/infos/PlayerInfo.cc
- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/infos/PlayerInfo.cc
r9348 r9629 40 40 namespace orxonox 41 41 { 42 PlayerInfo::PlayerInfo( BaseObject* creator) : Info(creator)42 PlayerInfo::PlayerInfo(Context* context) : Info(context) 43 43 { 44 44 RegisterObject(PlayerInfo); … … 136 136 this->controller_ = 0; 137 137 } 138 this->controller_ = this->defaultController_.fabricate(this );138 this->controller_ = this->defaultController_.fabricate(this->getContext()); 139 139 assert(this->controller_); 140 140 this->controller_->setPlayer(this);
Note: See TracChangeset
for help on using the changeset viewer.