1
0
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:
Zeno Rogue
2020-11-05 20:03:13 +01:00
committed by GitHub
18 changed files with 26 additions and 38 deletions

View File

@@ -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);