the various changes that I forgot to commit (cleanup and so forth) into hg,
culminating in syncing with sm-ssc v1.0 public beta 2
This commit is contained in:
@@ -82,7 +82,7 @@ static const char *BannerCacheModeNames[] = {
|
||||
XToString( BannerCacheMode );
|
||||
StringToX( BannerCacheMode );
|
||||
LuaXType( BannerCacheMode );
|
||||
|
||||
/*
|
||||
static const char *BackgroundCacheModeNames[] = {
|
||||
"Off",
|
||||
"LowResPreload",
|
||||
@@ -92,7 +92,7 @@ static const char *BackgroundCacheModeNames[] = {
|
||||
XToString( BackgroundCacheMode );
|
||||
StringToX( BackgroundCacheMode );
|
||||
LuaXType( BackgroundCacheMode );
|
||||
|
||||
*/
|
||||
static const char *HighResolutionTexturesNames[] = {
|
||||
"Auto",
|
||||
"ForceOff",
|
||||
@@ -181,7 +181,7 @@ PrefsManager::PrefsManager() :
|
||||
m_bDelayedTextureDelete ( "DelayedTextureDelete", false ),
|
||||
m_bDelayedModelDelete ( "DelayedModelDelete", false ),
|
||||
m_BannerCache ( "BannerCache", BNCACHE_LOW_RES_PRELOAD ),
|
||||
m_BackgroundCache ( "BackgroundCache", BGCACHE_LOW_RES_PRELOAD ),
|
||||
//m_BackgroundCache ( "BackgroundCache", BGCACHE_LOW_RES_PRELOAD ),
|
||||
m_bFastLoad ( "FastLoad", false ),
|
||||
m_bFastLoadAdditionalSongs ( "FastLoadAdditionalSongs", false ),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user