From 0dd9c14ff8b20b825da1b0f8bd9952702b19affb Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 4 Nov 2012 10:51:40 -0500 Subject: Added video settings filter options via config file - second try :-) Set one or more of these in the config to turn the related option on: mip_map = 1 anisotropic_filter = 1 bilinear_filter = 1 trilinear_filter = 1 --- src/guiMainMenu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/guiMainMenu.h') diff --git a/src/guiMainMenu.h b/src/guiMainMenu.h index 715deb47d..abfc6bdb4 100644 --- a/src/guiMainMenu.h +++ b/src/guiMainMenu.h @@ -41,6 +41,10 @@ struct MainMenuData bool smooth_lighting; bool clouds_3d; bool opaque_water; + bool mip_map; + bool anisotropic_filter; + bool bilinear_filter; + bool trilinear_filter; // Server options bool creative_mode; bool enable_damage; -- cgit v1.2.3