Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2009, 1:02:09 AM (14 years ago)
Author:
scheusso
Message:

rocket now steerable also on client
AIController shoots again now ;)
fire network function is now in CE instead of Pawn
some changes in PlayerInfo that allow controlling of temporary objects (such as Rocket)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/particles2/src/orxonox/controllers/HumanController.cc

    r5929 r6101  
    145145    void HumanController::fire(unsigned int firemode)
    146146    {
    147         if (HumanController::localController_s && HumanController::localController_s->controllableEntity_)
     147        if( HumanController::localController_s && HumanController::localController_s->controllableEntity_ )
    148148            HumanController::localController_s->controllableEntity_->fire(firemode);
    149149    }
Note: See TracChangeset for help on using the changeset viewer.