From 0910c850bf91ec81a81e2c05f1dc7c238b41652a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 19 May 2001 01:59:04 +0000 Subject: [PATCH] make R_LineGraph non-static --- qw/source/gl_ngraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/gl_ngraph.c b/qw/source/gl_ngraph.c index faa10ccd0..b63938114 100644 --- a/qw/source/gl_ngraph.c +++ b/qw/source/gl_ngraph.c @@ -62,7 +62,7 @@ int netgraphtexture; // netgraph texture static byte ngraph_texels[NET_GRAPHHEIGHT][NET_TIMINGS]; -static void +void R_LineGraph (int x, int h) { int i;