mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-18 14:45:12 +00:00
debug removed
This commit is contained in:
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user