1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 22:12:59 +00:00

gp::pshid is now in gpdata

This commit is contained in:
Zeno Rogue
2020-07-12 20:43:58 +02:00
parent 78dbf6824d
commit 4013d55c27
4 changed files with 7 additions and 9 deletions

View File

@@ -439,6 +439,8 @@ hpcshape
transmatrix corners;
ld alpha;
int area;
int pshid[3][8][32][32][8];
int nextid;
};
shared_ptr<gpdata_t> gpdata = nullptr;
#endif