mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
make R_LineGraph non-static
This commit is contained in:
parent
fef41a4e70
commit
0910c850bf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue