color change in rogueviz

This commit is contained in:
Zeno Rogue
2024-05-09 10:44:37 +02:00
parent ce825db2c0
commit 43a3e8f030
14 changed files with 52 additions and 63 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ bool labeller(cell* c, const shiftmatrix& V) {
if(m) {
string s = m->asg[c->master].second;
cgi.scalefactor = 1;
queuestr(V, 0.5, s, colortables['j'][c->master->distance+1]);
queuestr(V, 0.5, s, ccolor::jmap.ctab[c->master->distance+1]);
}
return false;
}