diff --git a/stepmania/src/ThemeManager.cpp b/stepmania/src/ThemeManager.cpp index eee5d817a5..4fce0cfd27 100644 --- a/stepmania/src/ThemeManager.cpp +++ b/stepmania/src/ThemeManager.cpp @@ -772,7 +772,7 @@ RString ThemeManager::GetPath( ElementCategory category, const RString &sMetrics { PathInfo pi; GetPathInfo( pi, category, sMetricsGroup, sElement, bOptional ); - ASSERT( pi.sResolvedPath ); + ASSERT( !pi.sResolvedPath.empty() ); return pi.sResolvedPath; }