]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/clientiface.h
Document zoom_fov in settingtypes.txt and minetest.conf.example
[dragonfireclient.git] / src / clientiface.h
index d7622cad3e9e53961bab493ae1fcde6fb8bb80b7..c09942909f8136be3dfe14dcc7e7fb050a3315f4 100644 (file)
@@ -394,6 +394,16 @@ class RemoteClient
        */
        std::map<v3s16, float> m_blocks_sending;
 
+       /*
+               Blocks that have been modified since last sending them.
+               These blocks will not be marked as sent, even if the
+               client reports it has received them to account for blocks
+               that are being modified while on the line.
+
+               List of block positions.
+       */
+       std::set<v3s16> m_blocks_modified;
+
        /*
                Count of excess GotBlocks().
                There is an excess amount because the client sometimes