mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-22 14:02:05 +00:00
backed-map:: access as a method
This commit is contained in:
@@ -577,6 +577,8 @@ struct hrmap_archimedean : hrmap {
|
||||
heptagon *origin;
|
||||
heptagon *getOrigin() override { return origin; }
|
||||
|
||||
backed_map* get_backmap() override { return &bm; }
|
||||
|
||||
hrmap_archimedean() {
|
||||
dynamicval<hrmap*> curmap(currentmap, this);
|
||||
int id = DUAL ? current.N * 2 : 0;;
|
||||
|
||||
Reference in New Issue
Block a user