diff --git a/source/gl_draw.c b/source/gl_draw.c index d54b2f1..4dffe0a 100644 --- a/source/gl_draw.c +++ b/source/gl_draw.c @@ -437,6 +437,8 @@ void Draw_Init (void) /* Cvar_RegisterVariable (&cl_verstring); CVAR_FIXME */ +/* Oddone: Why did you remove this? */ + cl_verstring = Cvar_Get("cl_verstring", PROGRAM " " VERSION, CVAR_NONE, "None"); // 3dfx can only handle 256 wide textures if (!Q_strncasecmp ((char *)gl_renderer, "3dfx",4) ||