mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-30 07:17:03 +00:00
rogueviz::highdim-demo:: removed console spam
This commit is contained in:
parent
b54e5d567b
commit
8bcbf6d863
@ -370,7 +370,6 @@ int mycanvas(cell *c) {
|
||||
else if(v == 2) is2++;
|
||||
else if(v > 2) ismore++;
|
||||
}
|
||||
println(hlog, d, " -> ", tie(is0, is1, is2, ismore));
|
||||
if(d[dim-1]) return 0x101010;
|
||||
else if(ismore) return 0x101010;
|
||||
else if(is2) return 0x1800000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user