Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 1, 2015, 9:10:08 AM (9 years ago)
Author:
gania
Message:

nothing really changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/DivisionController.cc

    r10731 r10737  
    6060        if (this->target_)
    6161        {
    62             this->aimAtTarget();
    63             this->doFire();
     62            //this->aimAtTarget();
     63            //this->doFire();
     64            //this->bShooting_ = true;
    6465        }
    6566     
     
    7677        setTargetPositionOfFollower();
    7778        setTargetPositionOfWingman();
    78 
     79/*
    7980        for (ObjectList<Controller>::iterator it = ObjectList<Controller>::begin(); it; ++it)
    8081        {
     
    8586                break;
    8687            }
    87         }
     88        }*/
    8889           
    8990     
Note: See TracChangeset for help on using the changeset viewer.