Update minifig wizard settings.

This commit is contained in:
leo 2013-09-02 20:55:27 +00:00
parent 6aa24485af
commit 176cbbbdeb
2 changed files with 645 additions and 771 deletions

File diff suppressed because it is too large Load diff

View file

@ -33,7 +33,7 @@ int main (int argc, char **argv)
i = 0;
while ((ch = fgetc(inFile)) != EOF)
{
if (i++ % 12 == 0)
if (i++ % 32 == 0)
fputs ("\n ", outFile);
fprintf (outFile, "0x%02X,", ch);
}