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
This commit is contained in:
hendricks266 2017-07-05 05:37:55 +00:00
parent ad32eaeee0
commit 9fdfd10723

View file

@ -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];