- Timestamp:
- Jan 10, 2016, 8:01:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/orxonox/controllers/DivisionController.cc
r11057 r11058 55 55 this->actionpoints_.clear(); 56 56 } 57 void DivisionController::tick(float dt)58 {59 if (!this->isActive())60 return;61 62 SUPER(DivisionController, tick, dt);63 64 }65 57 void DivisionController::action() 66 58 {
Note: See TracChangeset
for help on using the changeset viewer.