Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

warnings -= 2

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.