From 52babc86c2aee80687a458b7406752595f0dc701 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 10 Aug 2009 16:32:46 +0000 Subject: [PATCH] fix stale pCurSteps --- stepmania/src/ScreenOptionsEditCourse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenOptionsEditCourse.cpp b/stepmania/src/ScreenOptionsEditCourse.cpp index 16de124a53..8448947e13 100644 --- a/stepmania/src/ScreenOptionsEditCourse.cpp +++ b/stepmania/src/ScreenOptionsEditCourse.cpp @@ -438,6 +438,7 @@ void ScreenOptionsEditCourse::AfterChangeRow( PlayerNumber pn ) ScreenOptions::AfterChangeRow( pn ); SetCurrentSong(); + SetCurrentSteps(); } void ScreenOptionsEditCourse::AfterChangeValueInRow( int iRow, PlayerNumber pn )