diff options
Diffstat (limited to 'src/constants.h')
-rw-r--r-- | src/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.h b/src/constants.h index 3c9b50eff..c3fca432f 100644 --- a/src/constants.h +++ b/src/constants.h @@ -62,8 +62,8 @@ with this program; if not, write to the Free Software Foundation, Inc., // Viewing range stuff -//#define FREETIME_RATIO 0.2 -#define FREETIME_RATIO 0.15 +//#define FREETIME_RATIO 0.15 +#define FREETIME_RATIO 0.0 // Sectors are split to SECTOR_HEIGHTMAP_SPLIT^2 heightmaps #define SECTOR_HEIGHTMAP_SPLIT 2 |