From 4590dea0b310a15fd929fb7272edf95ac9f78de6 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 15 Oct 2006 08:47:31 +0000 Subject: [PATCH] Partial revert. Glenn knew what he was doing with lua_next(), even if I did not. =) --- stepmania/src/XmlFileUtil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/XmlFileUtil.cpp b/stepmania/src/XmlFileUtil.cpp index e2a97305b2..ecdd8c6042 100644 --- a/stepmania/src/XmlFileUtil.cpp +++ b/stepmania/src/XmlFileUtil.cpp @@ -663,6 +663,7 @@ namespace pValue->SetValueFromStack( L ); pNode->AppendAttrFrom( sName, pValue ); } + lua_pop( L, 1 ); /* Recursively process tables. */ FOREACHM( RString, LuaReference, NodesToAdd, t )