Changeset 11639 for code/branches/ProtectBoss_HS17/src/orxonox
- Timestamp:
- Dec 4, 2017, 4:23:58 PM (7 years ago)
- Location:
- code/branches/ProtectBoss_HS17/src/orxonox
- Files:
-
- 2 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 } -
code/branches/ProtectBoss_HS17/src/orxonox/worldentities/pawns/ShootableObstacle.cc
r11604 r11639 25 25 */ 26 26 27 #include "ShootableObstacle.h" 28 #include "core/XMLPort.h" 29 27 30 namespace orxonox 28 31 { … … 32 35 { 33 36 RegisterObject(ShootableObstacle); 37 this->enableCollisionCallback(); 34 38 } 35 39
Note: See TracChangeset
for help on using the changeset viewer.