mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 18:52:51 +00:00
removed the debug text in syntetic
This commit is contained in:
parent
7382791dff
commit
e14b83d400
@ -1109,6 +1109,7 @@ void initgraph() {
|
|||||||
#if CAP_COMMANDLINE
|
#if CAP_COMMANDLINE
|
||||||
arg::read(2);
|
arg::read(2);
|
||||||
#endif
|
#endif
|
||||||
|
precalc();
|
||||||
|
|
||||||
#if CAP_SDL
|
#if CAP_SDL
|
||||||
setvideomode();
|
setvideomode();
|
||||||
|
@ -601,7 +601,6 @@ void draw_shapevec(cell *c, const transmatrix& V, const vector<hpcshape> &shv, i
|
|||||||
queuepolyat(V, shv[id], col, prio);
|
queuepolyat(V, shv[id], col, prio);
|
||||||
}
|
}
|
||||||
else if(syntetic) {
|
else if(syntetic) {
|
||||||
queuestr(V * C0, 10, its(synt::id_of(c->master)), 0xFFFFFFFF);
|
|
||||||
queuepolyat(V, shv[synt::id_of(c->master)], col, prio);
|
queuepolyat(V, shv[synt::id_of(c->master)], col, prio);
|
||||||
}
|
}
|
||||||
else if((euclid || gp::on) && ishex1(c))
|
else if((euclid || gp::on) && ishex1(c))
|
||||||
|
@ -298,6 +298,7 @@ transmatrix adjcell_matrix(heptagon *h, int d);
|
|||||||
heptagon *build_child(heptagon *parent, int d, int id, int pindex) {
|
heptagon *build_child(heptagon *parent, int d, int id, int pindex) {
|
||||||
indenter ind;
|
indenter ind;
|
||||||
auto h = buildHeptagon1(new heptagon, parent, d, hstate(1), 0);
|
auto h = buildHeptagon1(new heptagon, parent, d, hstate(1), 0);
|
||||||
|
create_order[h] = nextorder++;
|
||||||
id_of(h) = id;
|
id_of(h) = id;
|
||||||
parent_index_of(h) = pindex;
|
parent_index_of(h) = pindex;
|
||||||
int nei = neighbors_of(h);
|
int nei = neighbors_of(h);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user