summaryrefslogtreecommitdiff
path: root/games/quake2lnx/files/patch-src::client::cl_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/quake2lnx/files/patch-src::client::cl_view.c')
-rw-r--r--games/quake2lnx/files/patch-src::client::cl_view.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/quake2lnx/files/patch-src::client::cl_view.c b/games/quake2lnx/files/patch-src::client::cl_view.c
new file mode 100644
index 000000000000..937fff2d4cef
--- /dev/null
+++ b/games/quake2lnx/files/patch-src::client::cl_view.c
@@ -0,0 +1,12 @@
+--- src/client/cl_view.c.orig Thu Jun 12 14:25:46 2003
++++ src/client/cl_view.c Thu Jun 12 14:26:07 2003
+@@ -470,7 +470,9 @@
+ */
+ void SCR_DrawCrosshair (void)
+ {
++#ifdef QMAX
+ float scale;
++#endif
+ if (!crosshair->value)
+ return;
+