diff --git a/stepmania/src/ScreenOptionsSelectProfile.cpp b/stepmania/src/ScreenOptionsSelectProfile.cpp index 69f65bcca4..df132c51a8 100644 --- a/stepmania/src/ScreenOptionsSelectProfile.cpp +++ b/stepmania/src/ScreenOptionsSelectProfile.cpp @@ -97,7 +97,7 @@ void ScreenOptionsSelectProfile::Init() vHands.push_back( pHand ); } - InitMenu( INPUTMODE_SHARE_CURSOR, vDefs, vHands ); + InitMenu( vDefs, vHands ); } ScreenOptionsSelectProfile::~ScreenOptionsSelectProfile()