From 620b0f7f96c3105c562474d9481111eea439e8b8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 16 Jun 2005 03:20:59 +0000 Subject: [PATCH] lua cleanup --- stepmania/src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index ef0ad490b8..81a8154aa6 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -2144,7 +2144,7 @@ public: if( GAMESTATE ) { lua_pushstring(L, "GAMESTATE"); - GAMESTATE->PushSelf( LUA->L ); + GAMESTATE->PushSelf( L ); lua_settable(L, LUA_GLOBALSINDEX); } }