make R_LineGraph non-static

This commit is contained in:
Bill Currie 2001-05-19 01:59:04 +00:00
parent fef41a4e70
commit 0910c850bf

View file

@ -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;