mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 04:01:11 +00:00
lcd_x
This commit is contained in:
parent
80b88be543
commit
336d0fbee0
2 changed files with 0 additions and 10 deletions
|
@ -1816,13 +1816,6 @@ void VID_LockBuffer (void)
|
||||||
screenwidth = WARP_WIDTH;
|
screenwidth = WARP_WIDTH;
|
||||||
else
|
else
|
||||||
screenwidth = vid.rowbytes;
|
screenwidth = vid.rowbytes;
|
||||||
|
|
||||||
/*
|
|
||||||
// disabled until someone fixes, not defined right or anything
|
|
||||||
if (lcd_x->value)
|
|
||||||
screenwidth <<= 1;
|
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1764,9 +1764,6 @@ void VID_LockBuffer (void)
|
||||||
screenwidth = WARP_WIDTH;
|
screenwidth = WARP_WIDTH;
|
||||||
else
|
else
|
||||||
screenwidth = vid.rowbytes;
|
screenwidth = vid.rowbytes;
|
||||||
|
|
||||||
if (lcd_x->value)
|
|
||||||
screenwidth <<= 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue