mirror of
https://github.com/leozide/leocad
synced 2024-12-26 21:58:44 +01:00
Update minifig wizard settings.
This commit is contained in:
parent
6aa24485af
commit
176cbbbdeb
2 changed files with 645 additions and 771 deletions
1414
common/minifig.cpp
1414
common/minifig.cpp
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue