Subversion Repositories spk

Rev

Rev 197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 197 Rev 226
Line 29... Line 29...
29
			this->label1->Text = text;
29
			this->label1->Text = text;
30
 
30
 
31
			m_pPackages = NULL;
31
			m_pPackages = NULL;
32
			if ( !p ) {
32
			if ( !p ) {
33
				p = new CPackages;
33
				p = new CPackages;
34
				p->startup(".", ".", ".", ".");
34
				p->startup(L".", L".", L".", L".");
35
				m_pPackages = p;
35
				m_pPackages = p;
36
			}
36
			}
37
 
37
 
38
			for ( int i = 0; i < p->GetGameExe()->numGames(); i++ )
38
			for ( int i = 0; i < p->GetGameExe()->numGames(); i++ )
39
			{
39
			{