Subversion Repositories spk

Rev

Rev 105 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 105 Rev 242
Line 27... Line 27...
27
	m_bCustomGui = true;
27
	m_bCustomGui = true;
28
	m_bGuiHooked = false;
28
	m_bGuiHooked = false;
29
	m_iGameLog = LOGFILE;
29
	m_iGameLog = LOGFILE;
30
 
30
 
31
	// create the game data container
31
	// create the game data container
32
	m_pGameData = new CX3Data(CyStringFromSystemString(System::IO::FileInfo(System::Windows::Forms::Application::ExecutablePath).DirectoryName));
32
	m_pGameData = new CX3Data(_WS(System::IO::FileInfo(System::Windows::Forms::Application::ExecutablePath).DirectoryName));
33
 
33
 
34
	// read the launchers settings
34
	// read the launchers settings
35
	RegistryKey ^searchKey = Registry::CurrentUser->OpenSubKey("Software\\Egosoft\\PluginManagerSettings");
35
	RegistryKey ^searchKey = Registry::CurrentUser->OpenSubKey("Software\\Egosoft\\PluginManagerSettings");
36
	if ( searchKey )
36
	if ( searchKey )
37
	{
37
	{