mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 09:24:06 +00:00
debug removed
This commit is contained in:
parent
9212ca0e7c
commit
937fdb3d81
8
help.cpp
8
help.cpp
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user