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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user