Change default pointhighlightdist in the editor to 128

git-svn-id: https://svn.eduke32.com/eduke32@5721 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2016-05-13 22:15:12 +00:00
parent b12c8dc268
commit 31326f2910

View file

@ -218,7 +218,7 @@ int32_t pk_uedaccel=3;
int8_t keeptexturestretch = 1;
int8_t sideview_reversehrot = 0;
int16_t pointhighlightdist = 512;
int16_t pointhighlightdist = 128;
int16_t linehighlightdist = 1024;
char lastpm16buf[156];