From 575ac70ef4513f152434bba235b68c78f6fe9600 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 16 Jul 2005 09:33:20 +0000 Subject: [PATCH] Fix compile. (I think this is correct based on what another screen does.) --- stepmania/src/ScreenProfileOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenProfileOptions.cpp b/stepmania/src/ScreenProfileOptions.cpp index 06b4d9af3f..83bff2ba32 100644 --- a/stepmania/src/ScreenProfileOptions.cpp +++ b/stepmania/src/ScreenProfileOptions.cpp @@ -145,7 +145,7 @@ void ScreenProfileOptions::HandleScreenMessage( const ScreenMessage SM ) if( !ScreenTextEntry::s_bCancelledLast && ScreenTextEntry::s_sLastAnswer != "" ) { CString sNewName = ScreenTextEntry::s_sLastAnswer; - bool bResult = PROFILEMAN->CreateLocalProfile( sNewName ); + bool bResult = PROFILEMAN->CreateLocalProfile( sNewName, GAMESTATE->m_sLastSelectedProfileID ); if( bResult ) SCREENMAN->SetNewScreen( m_sName ); // reload else