1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-07 12:57:57 +00:00

removed referring to specific map subtypes

This commit is contained in:
Zeno Rogue
2019-09-05 11:57:38 +02:00
parent fedb170b55
commit 339f6820fe
6 changed files with 106 additions and 76 deletions

View File

@@ -394,6 +394,8 @@ struct hrmap_quotient : hrmap_standard {
vector<cell*>& allcells() { return celllist; }
};
EX hrmap* new_map() { return new hrmap_quotient; }
};