Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2016, 4:47:39 PM (9 years ago)
Author:
sagerj
Message:

everything beneath weaponmode changed to push/release - wm modified only need to implement timer/ticker

File:
1 edited

Legend:

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

    r11170 r11174  
    276276    }
    277277
    278     void NewHumanController::doFire(unsigned int firemode)
     278    void NewHumanController::doPush(unsigned int firemode)
    279279    {
    280280        if (!this->controllableEntity_)
     
    291291        else
    292292        {
    293             HumanController::doFire(firemode); //call for formationflight
     293            HumanController::doPush(firemode); //call for formationflight
    294294        }
    295295    }
Note: See TracChangeset for help on using the changeset viewer.