From 9283c376d537d6ab3cfbe110d78cd7b2513011d0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 1 Feb 2004 03:57:43 +0000 Subject: [PATCH] type fix --- stepmania/src/ScreenSelectDifficulty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {