From 75087b00d47846152e341283adfae28321c3c1fd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 9 Sep 2005 08:27:12 +0000 Subject: [PATCH] fixup --- stepmania/src/PaneDisplay.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 942075ebb8..30228862b8 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -226,7 +226,6 @@ done: m_textContents[c].SetText( str ); Lua *L = LUA->Get(); - LUA->SetGlobal( "PaneLevel", val ); m_textContents[c].PushSelf( L ); lua_pushstring( L, "PaneLevel" );