Changeset 9619 for code/branches/formationupdate/src/orxonox/worldentities
- Timestamp:
- Apr 30, 2013, 3:55:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/formationupdate/src/orxonox/worldentities/pawns/Pawn.cc
r9617 r9619 365 365 366 366 // set new Master 367 orxonox_cast<FormationController*>(this->getController())->loseMasterState();368 369 370 371 /* TO DO: - new Master is not set right372 * - The slave still has a AIController367 //orxonox_cast<FormationController*>(this->getController())->setNewMasterWithinFormation(orxonox_cast<FormationController*>(slave)); 368 orxonox_cast<FormationController*>(this->getController())->setNewMasterWithinFormation(); 369 370 371 /* TO DO: - setNewMasterWithinFormation() with an argument. 372 * - set slave as the new master within the formation 373 373 * 374 374 */ … … 377 377 this->getPlayer()->startControl(entity); 378 378 379 //orxonox_cast<FormationController*>(this->getController())->takeLeadOfFormation();380 379 381 380 }
Note: See TracChangeset
for help on using the changeset viewer.