This commit is contained in:
Glenn Maynard
2005-06-15 02:25:58 +00:00
parent d1241420d6
commit c4b4ce28a5
+1 -1
View File
@@ -677,7 +677,7 @@ public:
if( SOUND )
{
lua_pushstring(L, "SOUND");
SOUND->PushSelf( LUA->L );
SOUND->PushSelf( L );
lua_settable(L, LUA_GLOBALSINDEX);
}
}