From 427253a4f06e0a0a74905f53f5c5249fb0309b42 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 20 Mar 2005 23:12:29 +0000 Subject: [PATCH] fix cursor graphics loaded instead of underline --- stepmania/src/OptionRow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 676801d167..372c606a94 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -340,7 +340,7 @@ void OptionRow::AfterImportOptions( float fY ) { OptionsCursor *ul = new OptionsCursor; m_Underline[p].push_back( ul ); - ul->Load( m_sType, OptionsCursor::cursor ); + ul->Load( m_sType, OptionsCursor::underline ); ul->Set( p ); ul->SetX( fX ); ul->SetWidth( truncf(fItemWidth) );