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); } }