1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-18 20:12:07 +00:00

a HUD for square screens; graphical images in HUD

This commit is contained in:
Zeno Rogue
2017-05-29 00:16:17 +02:00
parent a10da94fe9
commit adcb05f256
6 changed files with 423 additions and 256 deletions
+1
View File
@@ -5736,6 +5736,7 @@ bool collectItem(cell *c2, bool telekinesis) {
babymap.erase(c2);
int bold = seekbits;
seekbits = bnew;
last = seekbits;
if(seek()) {
cell *c = passable(cwt.c, NULL, 0) ? cwt.c : c2;
c->item = itBabyTortoise;