From 559f05e2c7efa16aa338c9df1bb07791dc736b9c Mon Sep 17 00:00:00 2001 From: Danne <dab@users.sourceforge.net> Date: Fri, 19 May 2000 16:19:09 +0000 Subject: [PATCH] Fixed another crash. Disabled lcd_x cvar - until someone reimplements it. --- source/vid_win.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/vid_win.c b/source/vid_win.c index b2f9844..3d1471b 100644 --- a/source/vid_win.c +++ b/source/vid_win.c @@ -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; + */ + }