gobot:: lighter owner marks

This commit is contained in:
Zeno Rogue 2023-08-22 20:06:28 +02:00
parent bb22d363c8
commit 01ede9681e
1 changed files with 2 additions and 0 deletions

View File

@ -136,7 +136,9 @@ bool draw_go(cell *c, const shiftmatrix& V) {
}
else {
vid.linewidth /= 5;
queuepoly(V, cgi.shGem[0], player_colors[current.owner[id]]);
vid.linewidth *= 5;
lv_needed = 2;
}