projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d882386
)
Disable cl_useenginerefdef by default so that the QC implementation is used
758/head
author
Mario <mario.mario@y7mail.com>
Wed, 15 Jan 2020 18:19:15 +0000
(
04:19
+1000)
committer
Mario <mario.mario@y7mail.com>
Wed, 15 Jan 2020 18:19:15 +0000
(
04:19
+1000)
qcsrc/lib/csqcmodel/cl_player.qc
patch
|
blob
|
history
diff --git
a/qcsrc/lib/csqcmodel/cl_player.qc
b/qcsrc/lib/csqcmodel/cl_player.qc
index a7937c317f84e0f2fb7392789429dab06c2e70c5..04a3c2b74072e5391a198224b5a33a7658672e99 100644
(file)
--- a/
qcsrc/lib/csqcmodel/cl_player.qc
+++ b/
qcsrc/lib/csqcmodel/cl_player.qc
@@
-502,7
+502,7
@@
void CSQCPlayer_CalcRefdef(entity this)
setproperty(VF_ANGLES, view_angles);
}
-bool autocvar_cl_useenginerefdef =
tru
e;
+bool autocvar_cl_useenginerefdef =
fals
e;
/** Called once per CSQC_UpdateView() */
void CSQCPlayer_SetCamera()