mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
ad32eaeee0
commit
9fdfd10723
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue