From d4149f2a43007c787948e424fe486589a563b7b4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 29 Aug 2004 20:19:34 +0000 Subject: [PATCH] CourseId behavior shouldn't vary depending on PREFSMAN->m_bShowNative --- stepmania/src/CourseUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/CourseUtil.cpp b/stepmania/src/CourseUtil.cpp index 1194dc2f21..7bbbc338e4 100644 --- a/stepmania/src/CourseUtil.cpp +++ b/stepmania/src/CourseUtil.cpp @@ -183,7 +183,7 @@ void CourseID::FromCourse( const Course *p ) if( p->m_bIsAutogen ) { sPath = ""; - sFullTitle = p->GetFullDisplayTitle(); + sFullTitle = p->GetFullTranslitTitle(); } else {