- Timestamp:
- Dec 7, 2015, 4:06:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/src/orxonox/controllers/WingmanController.cc
r10935 r10946 73 73 void WingmanController::action() 74 74 { 75 if (!this || !this->getControllableEntity() )75 if (!this || !this->getControllableEntity() || !this->isActive()) 76 76 return; 77 77 //----If no leader, find one----
Note: See TracChangeset
for help on using the changeset viewer.