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:
@@ -394,6 +394,8 @@ struct hrmap_quotient : hrmap_standard {
|
||||
vector<cell*>& allcells() { return celllist; }
|
||||
};
|
||||
|
||||
EX hrmap* new_map() { return new hrmap_quotient; }
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user