From 4ce4c47c67100ab599a28690fe9999d4d85d062a Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Tue, 13 Nov 2018 22:33:05 +0100 Subject: [PATCH] comment --- qcsrc/lib/deglobalization.qh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/lib/deglobalization.qh b/qcsrc/lib/deglobalization.qh index a95f1367a..42c6f760e 100644 --- a/qcsrc/lib/deglobalization.qh +++ b/qcsrc/lib/deglobalization.qh @@ -10,7 +10,8 @@ // - RF_USEAXIS, addentities, predraw, // - CL_GetEntityMatrix (in engine but is called from other functions so transitively any of them can use the globals - e.g. V_CalcRefdef, maybe others) // - however RF_USEAXIS is only used if MF_ROTATE is used which is only set in one place -// - e.camera_transform / CL_VM_TransformView (in engine) +// - e.camera_transform / CL_VM_TransformView (in engine +// - this is the only used function that both sets and gets the globals (aim does too but isn't used in our code) // - adddynamiclight // - makestatic -- 2.39.2