]> git.lizzy.rs Git - minetest.git/blobdiff - src/constants.h
Do not allow the m_transforming_liquid queue to increase until all RAM is consumed
[minetest.git] / src / constants.h
index d23f6bdf4c6eec64c744c2978699cc66ecadbe04..2da4a34e527c0443aeebda277d72195fdc0dbbb2 100644 (file)
@@ -98,11 +98,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
  *    GUI related things
  */
 #define LEGACY_SCALING                                     (2./3.)
-#define TTF_DEFAULT_FONT_SIZE              (13.0 / LEGACY_SCALING)
+#define TTF_DEFAULT_FONT_SIZE              (12.0 / LEGACY_SCALING)
 #define DEFAULT_FONT_SIZE                                     (14)
-#define DEFAULT_IMGSIZE                                     (48.0)
-#define DEFAULT_XSPACING                    ((15.0 + (1.0 / 3.0)))
-#define DEFAULT_YSPACING                                     (9.0)
 
 #endif