1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

celldistance displayed in debugScreen

This commit is contained in:
Zeno Rogue 2018-09-23 16:33:07 +02:00
parent 5fac74b1cb
commit 91460e5879

View File

@ -331,6 +331,7 @@ void debugScreen() {
dialog::addBreak(50);
dialog::addSelItem("cpdist", its(mouseover->cpdist), 0);
dialog::addSelItem("celldist", its(celldist(mouseover)), 0);
dialog::addSelItem("celldistance", its(celldistance(cwt.at, mouseover)), 0);
dialog::addSelItem("pathdist", its(mouseover->pathdist), 0);
dialog::addSelItem("celldistAlt", mouseover->master->alt ? its(celldistAlt(mouseover)) : "--", 0);
dialog::addSelItem("temporary", its(mouseover->listindex), 0);