Temporarily disable the version checker properly.
Sorry Aldo, but I still want this to point to the proper version of SM5. ;)
This commit is contained in:
@@ -296,7 +296,7 @@ PrefsManager::PrefsManager() :
|
||||
|
||||
#if defined(HAVE_VERSION_INFO)
|
||||
,
|
||||
m_bUpdateCheckEnable ( "UpdateCheckEnable", false )
|
||||
m_bUpdateCheckEnable ( "UpdateCheckEnable", true )
|
||||
// TODO - Aldo_MX: Use PREFSMAN->m_iUpdateCheckIntervalSeconds & PREFSMAN->m_iUpdateCheckLastCheckedSecond
|
||||
//,
|
||||
//m_iUpdateCheckIntervalSeconds ( "UpdateCheckIntervalSeconds", 86400 ), // 24 hours
|
||||
|
||||
+1
-1
@@ -1040,7 +1040,7 @@ int main(int argc, char* argv[])
|
||||
CommandLineActions::Handle(pLoadingWindow);
|
||||
|
||||
// Aldo: Check for updates here!
|
||||
if( PREFSMAN->m_bUpdateCheckEnable )
|
||||
if( /* PREFSMAN->m_bUpdateCheckEnable (do this later) */ 0 )
|
||||
{
|
||||
// TODO - Aldo_MX: Use PREFSMAN->m_iUpdateCheckIntervalSeconds & PREFSMAN->m_iUpdateCheckLastCheckedSecond
|
||||
unsigned long current_version = NetworkSyncManager::GetCurrentSMBuild( pLoadingWindow );
|
||||
|
||||
Reference in New Issue
Block a user