-consistent color in console

This commit is contained in:
2022-10-17 23:42:58 +02:00
parent f1c87e4d25
commit 5c47def659

View File

@@ -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<debug_num_lines;++y) {
for (int x=0; x<debug_line_size;++x) {