- Timestamp:
- Jan 21, 2016, 1:59:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/DivisionController.cc
r11071 r11083 57 57 void DivisionController::action() 58 58 { 59 if (!this || !this->getControllableEntity() || !this->isActive())59 if (!this->getControllableEntity() || !this->isActive()) 60 60 return; 61 61 62 62 ActionpointController::action(); 63 if (!this || !this->getControllableEntity())64 return;65 63 if (!(this->parsedActionpoints_.empty() && this->loopActionpoints_.empty())) 66 64 {
Note: See TracChangeset
for help on using the changeset viewer.