~rabbits/nasu

cb7d4c43536d934dabd7d9ea87def0479c485dd7 — Devine Lu Linvega 2 years ago 54b4e3b
*
1 files changed, 0 insertions(+), 1 deletions(-)

M nasu.c
M nasu.c => nasu.c +0 -1
@@ 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);