From fb1d166768e516a8493c16064640c98b1efa6707 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 7 Jul 2009 09:32:38 +0000 Subject: Moved vertexarray from render to core --- src/core/cvar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/cvar.h') diff --git a/src/core/cvar.h b/src/core/cvar.h index 5683d94..8861f2a 100644 --- a/src/core/cvar.h +++ b/src/core/cvar.h @@ -115,6 +115,7 @@ public: static Cvar *sv_name; // server name static Cvar *sv_description; // server description static Cvar *sv_password; // server rcon password + static Cvar *sv_arraysize; // vertex array size in MegaBytes static Cvar *con_ansi; // console ANSI colors -- cgit v1.2.3