diff --git a/stepmania/src/ScreenSelectDifficulty.cpp b/stepmania/src/ScreenSelectDifficulty.cpp index caaae426ae..a1e0b317c3 100644 --- a/stepmania/src/ScreenSelectDifficulty.cpp +++ b/stepmania/src/ScreenSelectDifficulty.cpp @@ -189,7 +189,7 @@ void ScreenSelectDifficulty::UpdateSelectableChoices() // } } -static BothPlayersModeChoice( const ModeChoice &mc ) +static bool BothPlayersModeChoice( const ModeChoice &mc ) { switch( mc.m_pm ) {