From 80532a1ef8916ec1ff45a36ca7fc128a3026fb07 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Jan 2006 07:59:59 +0000 Subject: [PATCH] typo --- stepmania/src/ScreenOptionsEditCourse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenOptionsEditCourse.cpp b/stepmania/src/ScreenOptionsEditCourse.cpp index b46d6f8854..55e15e76a5 100644 --- a/stepmania/src/ScreenOptionsEditCourse.cpp +++ b/stepmania/src/ScreenOptionsEditCourse.cpp @@ -192,7 +192,7 @@ void ScreenOptionsEditCourse::AfterChangeValueInRow( int iRow, PlayerNumber pn ) Course *pCourse = GAMESTATE->m_pCurCourse; - // Regemerate Trails so that the new values propagate + // Regenerate Trails so that the new values propagate GAMESTATE->m_pCurTrail[PLAYER_1].Set( NULL ); Trail *pTrail = pCourse->GetTrailForceRegenCache( GAMESTATE->m_stEdit, GAMESTATE->m_PreferredCourseDifficulty[PLAYER_1] );