0
0
Fork 0
mirror of https://github.com/nzp-team/assets.git synced 2025-03-26 03:10:46 +00:00

Enable gl_keeptjunctions in config files

This was an old Quake optimization which did not prove to save speeds on our platforms, and also introduced artifacts in the world geometry
This commit is contained in:
Tyler Young 2024-08-13 20:40:15 -04:00
parent 30f3623abe
commit afe3d733d0
3 changed files with 3 additions and 1 deletions
ctr/nzportable/nzp
psp/nzportable/nzp

View file

@ -95,3 +95,4 @@ savedgamecfg "0"
gamma "0.7"
crosshair "1"
sv_maxvelocity "100000"
gl_keeptjunctions "1"

View file

@ -92,4 +92,4 @@ viewsize 100
gamma 1.0
volume 0.7
sensitivity 8
gl_keeptjunctions 1

View file

@ -116,3 +116,4 @@ show_fps "0.000000"
gamma "1.000000"
crosshair "1.000000"
sv_maxvelocity "100000"
gl_keeptjunctions "1"