mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
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:
parent
b12c8dc268
commit
31326f2910
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue