]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/map.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / map.h
index 248312ebe5436d3f6539fe949ed9931b808583b9..499609534db20d2a9b8578b9e79cbf8678506319 100644 (file)
--- a/src/map.h
+++ b/src/map.h
@@ -268,7 +268,7 @@ class Map /*: public NodeContainer*/
 
        std::set<MapEventReceiver*> m_event_receivers;
 
-       std::map<v2s16, MapSector*> m_sectors;
+       std::unordered_map<v2s16, MapSector*> m_sectors;
 
        // Be sure to set this to NULL when the cached sector is deleted
        MapSector *m_sector_cache = nullptr;