From 9ff32c8d2580245ab20bc2422308ff25a6fca2ec Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Feb 2005 22:45:01 +0000 Subject: [PATCH] fix init --- stepmania/src/ScreenEvaluation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index eff362e054..69e254f6dc 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -188,7 +188,7 @@ void ScreenEvaluation::Init() * include the last game. */ GAMESTATE->CommitStageStats(); - Screen::Init(); + ScreenWithMenuElements::Init(); LIGHTSMAN->SetLightsMode( LIGHTSMODE_MENU );