Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2010, 4:40:44 PM (14 years ago)
Author:
gasserlu
Message:

DroneController modified, sameTeam() mod. hack

File:
1 edited

Legend:

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

    r6888 r6891  
    102102                this->searchRandomTargetPosition();
    103103
    104 
     104/*
    105105            random = rnd(maxrand);
    106106            if (random < 75 && (this->target_ && !this->bShooting_))
     
    110110            random = rnd(maxrand);
    111111            if (random < 25 && (this->bShooting_))
    112                 this->bShooting_ = false;
     112                this->bShooting_ = false; */
    113113
    114114        }
Note: See TracChangeset for help on using the changeset viewer.