diff --git a/stepmania/src/ScreenOptionsEditProfile.cpp b/stepmania/src/ScreenOptionsEditProfile.cpp index 9d92a7b5ff..874a4576df 100644 --- a/stepmania/src/ScreenOptionsEditProfile.cpp +++ b/stepmania/src/ScreenOptionsEditProfile.cpp @@ -71,7 +71,7 @@ void ScreenOptionsEditProfile::Init() vHands.push_back( NULL ); } - InitMenu( INPUTMODE_SHARE_CURSOR, vDefs, vHands ); + InitMenu( vDefs, vHands ); } ScreenOptionsEditProfile::~ScreenOptionsEditProfile()