Changeset 3067
- Timestamp:
- May 25, 2009, 6:39:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc
r3064 r3067 75 75 if (this->BaseObject::isActive()) 76 76 { 77 COUT(0) << "active " << this << std::endl;78 77 this->setRadarVisibility(true); 79 78 } 80 79 else 81 80 { 82 COUT(0) << "inactive " << this << std::endl;83 81 this->setRadarVisibility(false); 84 82 }
Note: See TracChangeset
for help on using the changeset viewer.