Devine Lu Linvega 6 years ago
parent
commit
cb7d4c4353
  1. 1
      nasu.c

1
nasu.c

@ -279,7 +279,6 @@ void
tochr(Brush* b)
{
FILE* f = fopen("nasu-export.chr", "wb");
printf("CHR!!!\n");
if(!fwrite(chrbuf, sizeof(chrbuf), 1, f))
error("Save", "Invalid output file");
fclose(f);

Loading…
Cancel
Save