From 8504fb104c8d91297c23b87448d77a18f0d542a1 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Mon, 25 Jul 2022 18:37:58 +0000 Subject: [PATCH] Include background drawing functions that set and reset colors Co-authored-by: sigonasr2 --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index a5a2922..4489406 100644 --- a/main.c +++ b/main.c @@ -64,7 +64,7 @@ void drawBackground(int*currentcol,int background_id,int x,int y,int w,int h) { switch(background_id) { case 0:{ move(y,x); - changeColor(currentcol,3); + changeColor(currentcol,9); for (int yy=0;yy