2.5: RNA auto pointer type detection didn't find right types. If

two RNA structs have the same DNA structs it should use the first
defined one, could be smarter but for now this makes it work again.
This commit is contained in:
2009-02-08 14:56:43 +00:00
parent 8c5c7ebb0b
commit 3fcc36d0b0

View File

@@ -1411,8 +1411,8 @@ static int rna_preprocess(char *outfile)
}
}
rna_sort(brna);
rna_auto_types();
rna_sort(brna);
status= (DefRNA.error != 0);