mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-30 00:49:03 +00:00
fixed bugs when switching FPP in E2 torus
This commit is contained in:
1
cell.cpp
1
cell.cpp
@@ -19,6 +19,7 @@ struct hrmap {
|
||||
virtual ~hrmap() { };
|
||||
virtual vector<cell*>& allcells();
|
||||
virtual void verify() { }
|
||||
virtual void on_dim_change() { }
|
||||
virtual void link_alt(const cellwalker& hs) { }
|
||||
virtual void generateAlts(heptagon *h, int levs = default_levs(), bool link_cdata = true);
|
||||
heptagon *may_create_step(heptagon *h, int direction) {
|
||||
|
||||
Reference in New Issue
Block a user