From 5c47def659b3e395a45817f25f69573dfe772f2f Mon Sep 17 00:00:00 2001 From: JailDoctor Date: Mon, 17 Oct 2022 23:42:58 +0200 Subject: [PATCH] -consistent color in console --- mini.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mini.cpp b/mini.cpp index b6726df..0960c24 100644 --- a/mini.cpp +++ b/mini.cpp @@ -897,6 +897,9 @@ void debug(const char *str) { } void pdebug() { + palette[0]=0x00000000; + palette[1]=0x0000ff00; + color(1); int i=0; for (int y=0; y