5dfaba8ea1
Quake2-LNX project aims to further develop and bug fix original Quake II code released by id Software in 1998, as well as support multiple architectures. It also includes additional rendering drivers, eyecandy stuff from Quake2Max project, and experimental IPv6 support. Submitted by: Alexey Dokuchaev <danfe (at) regency.nsu.ru>
12 lines
238 B
C
12 lines
238 B
C
--- 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;
|
|
|