mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-26 01:40:46 +00:00
Fixed another crash.
Disabled lcd_x cvar - until someone reimplements it.
This commit is contained in:
parent
b1331433f7
commit
559f05e2c7
1 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue