From 65bfd8767ecf4e7c4267cd39c05204d92ff47155 Mon Sep 17 00:00:00 2001 From: Oliver Bunert Date: Mon, 13 Jun 2022 12:08:53 +0200 Subject: [PATCH] Ensuring black background color --- coderain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coderain.c b/coderain.c index 65876f5..943e76b 100644 --- a/coderain.c +++ b/coderain.c @@ -161,6 +161,7 @@ int main() start_color(); init_color(COLOR_WHITE, 1000, 1000, 1000); + init_color(COLOR_BLACK, 0, 0, 0); init_color(COLOR_LIGHT_GREEN, 500, 1000, 500); init_color(COLOR_MID_GREEN, 0, 600, 0); init_color(COLOR_DARK_GREEN, 0, 200, 0);