From 9fdfd107230ffa9def8756c3a5cd1b4fa6727d3c Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Wed, 5 Jul 2017 05:37:55 +0000 Subject: [PATCH] Double the default pointhighlightdist from 128 to 256, a compromise between reverting r5721 and resetting it to 512. git-svn-id: https://svn.eduke32.com/eduke32@6318 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/build.cpp b/source/build/src/build.cpp index 34615078d..316f719cb 100644 --- a/source/build/src/build.cpp +++ b/source/build/src/build.cpp @@ -220,7 +220,7 @@ int32_t pk_uedaccel=3; int8_t keeptexturestretch = 1; int8_t sideview_reversehrot = 0; -int16_t pointhighlightdist = 128; +int16_t pointhighlightdist = 256; int16_t linehighlightdist = 1024; char lastpm16buf[156];