1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-08 09:24:06 +00:00

debug removed

This commit is contained in:
Zeno Rogue 2017-10-29 14:20:51 +01:00
parent 9212ca0e7c
commit 937fdb3d81

View File

@ -775,14 +775,6 @@ void describeMouseover() {
help += s0 + "\n\n" + warpdesc; help += s0 + "\n\n" + warpdesc;
} }
if(c && c->master->alt) {
char buf[100];
sprintf(buf, " [alt=%p]", c->master->alt->alt);
out += " ALT " + its(celldistAlt(c));
out += buf;
}
#if CAP_ROGUEVIZ #if CAP_ROGUEVIZ
rogueviz::describe(c); rogueviz::describe(c);
#endif #endif