1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-31 15:00:17 +00:00

added CAP_SHAPES: poly system works, but no shapes are used

This commit is contained in:
?
2019-02-17 19:39:44 +01:00
committed by Zeno Rogue
parent 4586516a58
commit a3eb161235
9 changed files with 116 additions and 66 deletions

View File

@@ -337,7 +337,9 @@ struct debugScreen {
if(!what && current_display->sidescreen) what = mouseover;
if(what) {
#if CAP_SHAPES
queuepoly(gmatrix[what], shAsymmetric, 0x80808080);
#endif
char buf[200];
sprintf(buf, "%p", what);
dialog::addSelItem("mpdist", its(what->mpdist), 'd');