Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6328


Ignore:
Timestamp:
Dec 12, 2009, 7:08:51 PM (14 years ago)
Author:
landauf
Message:

warnings -= 2

Location:
code/branches/presentation2/src/orxonox
Files:
2 edited

Legend:

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

    r6320 r6328  
    6262        , crossHairOverlay_(NULL)
    6363        , centerOverlay_(NULL)
    64         , arrowsOverlay1_(NULL)
    65         , arrowsOverlay2_(NULL)
    66         , arrowsOverlay3_(NULL)
    67         , arrowsOverlay4_(NULL)
    6864        , damageOverlayTop_(NULL)
    6965        , damageOverlayRight_(NULL)
     
    7167        , damageOverlayLeft_(NULL)
    7268        , damageOverlayTT_(0)
     69        , arrowsOverlay1_(NULL)
     70        , arrowsOverlay2_(NULL)
     71        , arrowsOverlay3_(NULL)
     72        , arrowsOverlay4_(NULL)
    7373    {
    7474        RegisterObject(NewHumanController);
  • code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc

    r6327 r6328  
    115115        {
    116116            if (this->getShip()->hasLocalController())
    117                 this->steeringDirectionZ_ = this->getDirection().z;
     117                this->steeringDirectionZ_ = (int)this->getDirection().z;
    118118            if (GameMode::isMaster())
    119119            {
Note: See TracChangeset for help on using the changeset viewer.