From 1abd86f17ab419d36195eb77979c6b2958b0ea60 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 18 Feb 2016 20:19:33 +0100 Subject: [PATCH] CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother. REM: removed a include header to graph.h in ui.h. --- client/proxgui.h | 2 +- client/ui.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/proxgui.h b/client/proxgui.h index 6fcf4d0a..b1694530 100644 --- a/client/proxgui.h +++ b/client/proxgui.h @@ -19,7 +19,7 @@ void MainGraphics(void); void InitGraphics(int argc, char **argv); void ExitGraphics(void); -#define MAX_GRAPH_TRACE_LEN (1024*128) +#define MAX_GRAPH_TRACE_LEN (40000 * 8) extern int GraphBuffer[MAX_GRAPH_TRACE_LEN]; extern int GraphTraceLen; extern double CursorScaleFactor; diff --git a/client/ui.h b/client/ui.h index 9603c842..f2e949cd 100644 --- a/client/ui.h +++ b/client/ui.h @@ -24,7 +24,6 @@ #include "util.h" #include "cmdmain.h" #include "cmddata.h" -#include "graph.h" #ifndef M_PI #define M_PI 3.14159265358979323846264338327 -- 2.39.2