From 9e46cbf7ea512330f35d0f2ede0c7c0c085c7cf4 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 12 Oct 2011 13:53:38 +0300 Subject: Header file tweaking; mainly for speed --- src/mapblock_mesh.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mapblock_mesh.cpp') diff --git a/src/mapblock_mesh.cpp b/src/mapblock_mesh.cpp index c625983b0..7515664ea 100644 --- a/src/mapblock_mesh.cpp +++ b/src/mapblock_mesh.cpp @@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "map.h" #include "main.h" // For g_settings and g_texturesource #include "content_mapblock.h" +#include "settings.h" void MeshMakeData::fill(u32 daynight_ratio, MapBlock *block) { @@ -619,9 +620,9 @@ scene::SMesh* makeMapBlockMesh(MeshMakeData *data) /* Some settings */ - //bool new_style_water = g_settings.getBool("new_style_water"); - //bool new_style_leaves = g_settings.getBool("new_style_leaves"); - bool smooth_lighting = g_settings.getBool("smooth_lighting"); + //bool new_style_water = g_settings->getBool("new_style_water"); + //bool new_style_leaves = g_settings->getBool("new_style_leaves"); + bool smooth_lighting = g_settings->getBool("smooth_lighting"); /* We are including the faces of the trailing edges of the block. -- cgit v1.2.3