Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 6, 2010, 1:11:43 PM (14 years ago)
Author:
dafrick
Message:

Made noCaption feature needed for skybox much nice. :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/skybox2/src/libraries/core/Core.h

    r6772 r6858  
    6767            void setConfigValues();
    6868
    69             inline bool hasGametypeCaptions(void)
    70                 { return this->bGametypeCaptions_; }
    71 
    7269            //! Returns the configured language.
    7370            const std::string& getLanguage()
     
    111108            std::string                   language_;                   //!< The language
    112109            bool                          bInitRandomNumberGenerator_; //!< If true, srand(time(0)) is called
    113             bool                          bGametypeCaptions_;
    114110
    115111            static Core*                  singletonPtr_s;
Note: See TracChangeset for help on using the changeset viewer.