mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-10 06:35:24 +00:00
refactor: unglob std::deque
This commit is contained in:
@@ -25,7 +25,7 @@ private:
|
||||
ServerLevel *level;
|
||||
|
||||
#ifdef _LARGE_WORLDS
|
||||
deque<LevelChunk *> m_toDrop;
|
||||
std::deque<LevelChunk *> m_toDrop;
|
||||
LevelChunk **m_unloadedCache;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user