1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-19 11:44:48 +00:00

removed yendor debug

This commit is contained in:
Zeno Rogue 2024-05-09 20:21:55 +02:00
parent 7a81b6b0de
commit 53461e6c5a

View File

@ -4818,7 +4818,6 @@ EX void drawMarkers() {
int cd2 = celldistance(cwt.at, yi[yii].path[i2]);
if(cd2 != DISTANCE_UNKNOWN) {
cd = cd2 + (YDIST-1-i2);
println(hlog, "i2 = ", i2, " cd = ", celldistance(cwt.at, keycell));
}
}
queue_goal_text(H, 1, its(cd), 0x10101 * int(128 - 100 * sintick(150)));