1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

added some exports to hyper.h and rogueviz.h

This commit is contained in:
Zeno Rogue
2019-03-15 12:45:57 +01:00
parent 1e27888f7d
commit 0e10dec9e2
4 changed files with 44 additions and 2 deletions

View File

@@ -7020,7 +7020,7 @@ bool collectItem(cell *c2, bool telekinesis) {
babymap.erase(c2);
int bold = seekbits;
seekbits = bnew;
last = seekbits;
tortoise::last = seekbits;
if(seek()) {
cell *c = passable(cwt.at, NULL, 0) ? cwt.at : c2;
c->item = itBabyTortoise;