- Timestamp:
- Sep 4, 2011, 10:27:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/orxonox/worldentities/pawns/Pawn.cc
r8758 r8875 452 452 this->isHumanShip_ = true; 453 453 } 454 455 void Pawn::changedActivity(void) 456 { 457 SUPER(Pawn, changedActivity); 458 459 this->setRadarVisibility(this->isActive()); 460 } 461 462 void Pawn::changedVisibility(void) 463 { 464 SUPER(Pawn, changedVisibility); 465 //this->setVisible(this->isVisible()); 466 this->setRadarVisibility(this->isVisible()); 467 } 468 454 469 }
Note: See TracChangeset
for help on using the changeset viewer.