export crystal_period

This commit is contained in:
Zeno Rogue 2020-05-01 10:42:28 +02:00
parent a6d1be0a92
commit a024626593
1 changed files with 1 additions and 1 deletions

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); }