From c4b4ce28a5e61b9f3db7fa115145d8d999bd5b4f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 15 Jun 2005 02:25:58 +0000 Subject: [PATCH] cleanup --- stepmania/src/GameSoundManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameSoundManager.cpp b/stepmania/src/GameSoundManager.cpp index 8dbb343fdd..a8cba8d7ea 100644 --- a/stepmania/src/GameSoundManager.cpp +++ b/stepmania/src/GameSoundManager.cpp @@ -677,7 +677,7 @@ public: if( SOUND ) { lua_pushstring(L, "SOUND"); - SOUND->PushSelf( LUA->L ); + SOUND->PushSelf( L ); lua_settable(L, LUA_GLOBALSINDEX); } }