2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 03:47:42 +00:00

redundant save removal, better extract reporting

This commit is contained in:
Jack Andersen
2015-09-02 15:45:15 -10:00
parent 5951b60e0a
commit 6d13e83278
11 changed files with 28 additions and 21 deletions

View File

@@ -231,10 +231,6 @@ static void AddKcolor(Stream& out, const GX::Color& col, unsigned idx)
}
static void add_link(Stream& out, const char* a, const char* b)
{
out.format("new_nodetree.links.new(%s, %s)\n", a, b);
}
enum CombinerType
{