We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e011c commit 87bd141Copy full SHA for 87bd141
1 file changed
logic/World.hpp
@@ -131,7 +131,7 @@ class World
131
std::list<Hint> korlHints = {};
132
std::list<Hint> korlHyruleHints = {};
133
std::list<Hint> kreebHints = {};
134
- std::map<Location*, std::list<Hint>> hohoHints = {}; // map of Ho Ho Hint Location to hints
+ std::map<Location*, std::list<Hint>, PointerLess<Location>> hohoHints = {}; // map of Ho Ho Hint Location to hints
135
Hint bigOctoFairyHint{};
136
std::list<std::list<Location*>> playthroughSpheres = {};
137
std::list<std::list<Entrance*>> entranceSpheres = {};
0 commit comments