diff options
Diffstat (limited to 'src/mapsector.h')
-rw-r--r-- | src/mapsector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapsector.h b/src/mapsector.h index c3bff3575..ddafbc77d 100644 --- a/src/mapsector.h +++ b/src/mapsector.h @@ -71,7 +71,7 @@ public: protected: // The pile of MapBlocks - UNORDERED_MAP<s16, MapBlock*> m_blocks; + std::unordered_map<s16, MapBlock*> m_blocks; Map *m_parent; // Position on parent (in MapBlock widths) |