- Timestamp:
- Dec 4, 2017, 4:23:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ProtectBoss_HS17/src/orxonox/controllers/DroneController.cc
r11071 r11639 49 49 RegisterObject(DroneController); 50 50 51 this->setTeam(0); 51 52 this->owner_ = nullptr; 52 53 this->drone_ = nullptr; … … 164 165 } 165 166 } 167 166 168 SUPER(AIController, tick, dt); 167 169 }
Note: See TracChangeset
for help on using the changeset viewer.