From 9ef9c72e5ac71e0877bad9552f18bd0e9e3885ea Mon Sep 17 00:00:00 2001 From: Ben Deutsch Date: Fri, 4 Aug 2017 05:58:10 +0200 Subject: Remove cloud_height setting With the cloud API, the cloud_height setting has become obsolete and replaceable by a mod. It, and supporting code, can be removed. --- builtin/settingtypes.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 93520aa5e..bb1eb75ef 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -610,9 +610,6 @@ texture_path (Texture path) path # The rendering back-end for Irrlicht. video_driver (Video driver) enum opengl null,software,burningsvideo,direct3d8,direct3d9,opengl -# Height on which clouds are appearing. -cloud_height (Cloud height) int 120 - # Radius of cloud area stated in number of 64 node cloud squares. # Values larger than 26 will start to produce sharp cutoffs at cloud area corners. cloud_radius (Cloud radius) int 12 -- cgit v1.2.3