]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/content_abm.cpp
Make shift the default descent control on ladders and when flying
[dragonfireclient.git] / src / content_abm.cpp
index edadfe99e41927e69786392a7982e06c781d239e..12dbeea8e99a80a65d20df3f28b3abbf5e2e1f53 100644 (file)
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "settings.h"
 #include "mapblock.h" // For getNodeBlockPos
 #include "mapgen.h" // For mapgen::make_tree
+#include "map.h"
 
 #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"