Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2015, 5:31:23 PM (9 years ago)
Author:
landauf
Message:

replaced tabs with spaces. no changes in code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationFS14/src/orxonox/controllers/ControllerDirector.cc

    r10077 r10215  
    106106    }
    107107
    108        
    109108    bool ControllerDirector::preparationToTakeControl(BaseObject * trigger)
    110109    {
     
    130129        }
    131130
    132         this->entity_ = this->player_->getControllableEntity();
    133         assert(this->entity_);
     131        this->entity_ = this->player_->getControllableEntity();
     132        assert(this->entity_);
    134133
    135134        return true;
Note: See TracChangeset for help on using the changeset viewer.