From 596b2d927ff41872e5c1863c964fb0e077981b7c Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 11 Jul 2003 03:43:33 +0000 Subject: [PATCH] Um, I didn't actually change that. Stupid IDE... --- stepmania/src/ThemeManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index e5d0af28f3..5f32fd28cb 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -236,7 +236,7 @@ try_element_again: ret = GetPathTo( BASE_THEME_NAME, category, sFileName); if( !ret.empty() ) // we found something return ret; - else if( bOptional ) + else if( bOptional ) return ""; CString sCategory = ELEMENT_CATEGORY_STRING[category];