mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-22 10:54:32 +00:00
Merge pull request #129 from Quuxplusone/unordered-map
Remove USE_UNORDERED_MAP because it has bit-rotted.
This commit is contained in:
@@ -3356,7 +3356,7 @@ EX namespace ca {
|
||||
|
||||
EX eWall wlive = waFloorA;
|
||||
|
||||
EX unordered_set<cell*> changed;
|
||||
EX set<cell*> changed;
|
||||
|
||||
EX void list_adj(cell *c) {
|
||||
changed.insert(c);
|
||||
|
||||
Reference in New Issue
Block a user