Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2009, 10:20:37 PM (14 years ago)
Author:
rgrieder
Message:

Fixed at least 8 unitialised value problems though not all of them are problematic. Still, the values are being used and some condition depends on it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/overlays/Map.cc

    r5929 r6218  
    9494
    9595        //Getting Scene Manager (Hack)
    96         if( !sManager_ )
    97         {
    98             ObjectList<Scene>::iterator it = ObjectList<Scene>::begin();
    99             this->sManager_ = it->getSceneManager();
    100         }
     96        ObjectList<Scene>::iterator it = ObjectList<Scene>::begin();
     97        this->sManager_ = it->getSceneManager();
    10198        if( !Map::getMapSceneManager() )
    10299        {
Note: See TracChangeset for help on using the changeset viewer.