Subversion Repositories spk

Rev

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

Rev 226 Rev 274
Line 61... Line 61...
61
 
61
 
62
		m_iStatus = IMPORTSHIP_EXTRACTSCENE;
62
		m_iStatus = IMPORTSHIP_EXTRACTSCENE;
63
	}
63
	}
64
	else if ( m_iStatus == IMPORTSHIP_EXTRACTSCENE )
64
	else if ( m_iStatus == IMPORTSHIP_EXTRACTSCENE )
65
	{
65
	{
-
 
66
		_lModels = new Utils::WStringList;
66
		if(!m_pShip->readSceneModels(*_lModels) || _lModels->empty())
67
		if(!m_pShip->readSceneModels(*_lModels) || _lModels->empty())
67
		{
68
		{
68
			m_bError = true;
69
			m_bError = true;
69
			m_sError = "Unable to read the scene file to extract model data";
70
			m_sError = "Unable to read the scene file to extract model data";
70
		}
71
		}