Fixed another crash.

Disabled lcd_x cvar - until someone reimplements it.
This commit is contained in:
Danne 2000-05-19 16:19:09 +00:00
parent b1331433f7
commit 559f05e2c7

View file

@ -1876,8 +1876,12 @@ void VID_LockBuffer (void)
/* if (lcd_x.value)
CVAR_FIXME */
if (lcd_x->value)
screenwidth <<= 1;
/*
// disabled until someone fixes, not defined right or anything
if (lcd_x->value)
screenwidth <<= 1;
*/
}