Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 16, 2010, 11:26:05 PM (14 years ago)
Author:
landauf
Message:

sent some tabs to hell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/controllers/AIController.cc

    r7163 r7168  
    212212                if (this->target_)
    213213                {
    214                                 if (!this->target_->getRadarVisibility()) /* So AI won't shoot invisible Spaceships */
    215                         this->forgetTarget();
    216                 else this->aimAtTarget();
    217             }
     214                    if (!this->target_->getRadarVisibility()) /* So AI won't shoot invisible Spaceships */
     215                        this->forgetTarget();
     216                    else this->aimAtTarget();
     217                }
    218218
    219219                if (this->bHasTargetPosition_)
     
    245245            if (this->target_)
    246246            {
    247                                 if (!this->target_->getRadarVisibility()) /* So AI won't shoot invisible Spaceships */
    248                         this->forgetTarget();
     247                if (!this->target_->getRadarVisibility()) /* So AI won't shoot invisible Spaceships */
     248                    this->forgetTarget();
    249249                else this->aimAtTarget();
    250250            }
Note: See TracChangeset for help on using the changeset viewer.