- updated config.1.00.in to new config format

- put back preset url behavior


git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@340 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-08-16 02:42:37 +00:00
parent 0c1a2de55c
commit 4b65ccefef
2 changed files with 2 additions and 7 deletions

View File

@ -771,8 +771,7 @@ int projectM::initPresetTools()
#ifdef WIN32
srand ( time ( NULL ) );
#endif
// if ( ( m_presetLoader = new PresetLoader ( PROJECTM_PRESET_PATH ) ) == 0 )
if ( ( m_presetLoader = new PresetLoader (std::string(presetURL))) == 0 )
{
m_presetLoader = 0;