~rabbits/nasu

88e7f25b03510a7466a8b640fe2d64ccbb62aae1 — Devine Lu Linvega 2 years ago a39e376
*
1 files changed, 1 insertions(+), 1 deletions(-)

M chr6.c
M chr6.c => chr6.c +1 -1
@@ 418,7 418,7 @@ init(void)
		return error("pixels", "failed to allocate memory");
	for(i = 0; i < HEIGHT; i++)
		for(j = 0; j < WIDTH; j++)
			pixels[i * WIDTH + j] = 0x000000;
			pixels[i * WIDTH + j] = color1;
	return 1;
}