refactor: unglob std::deque

This commit is contained in:
Tropical
2026-03-06 20:41:22 -06:00
parent 653a2c4289
commit 967ffbb2a6
8 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ private:
ServerLevel *level;
#ifdef _LARGE_WORLDS
deque<LevelChunk *> m_toDrop;
std::deque<LevelChunk *> m_toDrop;
LevelChunk **m_unloadedCache;
#endif