Oddone, try coding on < 10 beers ;P

This commit is contained in:
Brian Koropoff 2000-05-18 00:31:48 +00:00
parent 64d00faa8f
commit 3a88e0f876

View file

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