Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2007, 4:26:02 PM (17 years ago)
Author:
nicolasc
Message:
  • added FIXME-tags - should be selfexplanatory
Location:
code/branches/FICN/src/loader
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/loader/LevelLoader.cc

    r659 r660  
    108108
    109109                        Ogre::OverlayManager& omgr = Ogre::OverlayManager::getSingleton();
    110                         Ogre::Overlay* mLoadOverlay;
     110                        Ogre::Overlay* mLoadOverlay; // FIXME: mey be uninitialized
    111111
    112112                        // Set loading screen
     
    152152                                {
    153153                                        tNode = 0;
    154           //FIXME something is worng, probably ==
     154          //FIXME something is wrong, probably missing ==
    155155                                        while( tNode = audioElem->IterateChildren( tNode ) )
    156156                                        {
  • code/branches/FICN/src/loader/LevelLoader.h

    r659 r660  
    3737    inline string image() {return image_; };
    3838  private:
    39     // Level information
     39    //! Level information
    4040    std::string name_;
    4141    std::string description_;
     
    4949    std::string loadingBarHeight_;
    5050
    51     // Set to true if it was possible to load the level file
     51    //! Set to true if it was possible to load the level file
    5252    bool valid_;
    5353
Note: See TracChangeset for help on using the changeset viewer.