diff options
Diffstat (limited to 'src/client/clientmap.h')
-rw-r--r-- | src/client/clientmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/clientmap.h b/src/client/clientmap.h index 41f281a8a..37931d4e7 100644 --- a/src/client/clientmap.h +++ b/src/client/clientmap.h @@ -203,6 +203,7 @@ private: bool m_needs_update_transparent_meshes = true; std::map<v3s16, MapBlock*, MapBlockComparer> m_drawlist; + std::vector<MapBlock*> m_keeplist; std::map<v3s16, MapBlock*> m_drawlist_shadow; bool m_needs_update_drawlist; |