From c780377085da9e8f0039459b0a43d3a0c3ec523a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Jan 2006 23:41:24 +0000 Subject: [PATCH] fix iSelection --- 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 d92973a6ca..38b7226177 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -474,7 +474,7 @@ void OptionRow::AfterImportOptions() case SELECT_ONE: { /* Make sure the row actually has a selection. */ - int iSelection = GetOneSelection(p, true) != -1; + int iSelection = GetOneSelection(p, true); if( iSelection == -1 ) { ASSERT( !m_vbSelected[p].empty() );