1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

export crystal_period

This commit is contained in:
Zeno Rogue 2020-05-01 10:42:28 +02:00
parent a6d1be0a92
commit a024626593

View File

@ -461,7 +461,7 @@ shifttable get_canonical(coord co) {
}
#endif
int crystal_period = 0;
EX int crystal_period = 0;
struct hrmap_crystal : hrmap_standard {
heptagon *getOrigin() override { return get_heptagon_at(c0, S7); }