scope
This commit is contained in:
@@ -736,10 +736,11 @@ void ScreenEvaluation::Input( const InputEventPlus &input )
|
|||||||
RString sDir = PROFILEMAN->GetProfileDir((ProfileSlot)pn) + "Screenshots/";
|
RString sDir = PROFILEMAN->GetProfileDir((ProfileSlot)pn) + "Screenshots/";
|
||||||
int iScreenshotIndex = pProfile->GetNextScreenshotIndex();
|
int iScreenshotIndex = pProfile->GetNextScreenshotIndex();
|
||||||
RString sFileName = StepMania::SaveScreenshot( sDir, true, true, iScreenshotIndex );
|
RString sFileName = StepMania::SaveScreenshot( sDir, true, true, iScreenshotIndex );
|
||||||
RString sPath = sDir+sFileName;
|
|
||||||
|
|
||||||
if( !sFileName.empty() )
|
if( !sFileName.empty() )
|
||||||
{
|
{
|
||||||
|
RString sPath = sDir+sFileName;
|
||||||
|
|
||||||
const HighScore &hs = m_pStageStats->m_player[pn].m_HighScore;
|
const HighScore &hs = m_pStageStats->m_player[pn].m_HighScore;
|
||||||
Screenshot screenshot;
|
Screenshot screenshot;
|
||||||
screenshot.sFileName = sFileName;
|
screenshot.sFileName = sFileName;
|
||||||
|
|||||||
Reference in New Issue
Block a user