remove leftover catalog stuff
This commit is contained in:
@@ -41,8 +41,6 @@ const RString RIVAL_SUBDIR = "Rivals/";
|
||||
|
||||
ThemeMetric<bool> SHOW_COIN_DATA( "Profile", "ShowCoinData" );
|
||||
static Preference<bool> g_bProfileDataCompress( "ProfileDataCompress", false );
|
||||
static Preference<bool> g_bCopyCatalogToProfiles( "CopyCatalogToProfiles", true );
|
||||
extern Preference<bool> g_bWriteCatalog;
|
||||
static ThemeMetric<RString> UNLOCK_AUTH_STRING( "Profile", "UnlockAuthString" );
|
||||
#define GUID_SIZE_BYTES 8
|
||||
|
||||
|
||||
+1
-2
@@ -109,8 +109,7 @@ const RadarValues &Trail::GetRadarValues() const
|
||||
{
|
||||
const Steps *pSteps = e->pSteps;
|
||||
ASSERT( pSteps );
|
||||
/* Hack: don't calculate for autogen entries; it makes writing Catalog.xml
|
||||
* take way too long. (Tournamix 4 Sample.crs takes me ~10s.) */
|
||||
// Hack: don't calculate for autogen entries
|
||||
if( !pSteps->IsAutogen() && e->ContainsTransformOrTurn() )
|
||||
{
|
||||
NoteData nd;
|
||||
|
||||
Reference in New Issue
Block a user