Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2011, 2:43:04 PM (12 years ago)
Author:
willis
Message:

fixed merging some merging bugs and some other bugs…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2011/src/orxonox/controllers/NewHumanController.cc

    r8992 r9005  
    277277    }
    278278
    279     void NewHumanController::doFire(unsigned int firemode)//TODO??
     279    void NewHumanController::doFire(unsigned int firemode)
    280280    {
    281281        if (!this->controllableEntity_)
     
    291291        }
    292292        else
    293             HumanController::localController_s->getControllableEntity()->fire(firemode);
    294 
     293            HumanController::doFire(firemode); //call for formationflight
    295294    }
    296295
Note: See TracChangeset for help on using the changeset viewer.