mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 01:14:07 +00:00
debug removed
This commit is contained in:
parent
9212ca0e7c
commit
937fdb3d81
8
help.cpp
8
help.cpp
@ -774,14 +774,6 @@ void describeMouseover() {
|
|||||||
if(isWarped(c))
|
if(isWarped(c))
|
||||||
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user