Partial revert. Glenn knew what he was doing with lua_next(), even if I did not. =)

This commit is contained in:
Steve Checkoway
2006-10-15 08:47:31 +00:00
parent 1d5e21c778
commit 4590dea0b3
+1
View File
@@ -663,6 +663,7 @@ namespace
pValue->SetValueFromStack( L );
pNode->AppendAttrFrom( sName, pValue );
}
lua_pop( L, 1 );
/* Recursively process tables. */
FOREACHM( RString, LuaReference, NodesToAdd, t )