From 06ddf557092fbe460c9d7649bafc781e03ac4228 Mon Sep 17 00:00:00 2001 From: James R Date: Mon, 27 May 2019 14:20:07 -0700 Subject: [PATCH] wip --- src/v_video.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/v_video.c b/src/v_video.c index a624878c..2ba28b43 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -2537,8 +2537,10 @@ Unoptimized version UINT8 *srcscr = screens[0]; INT32 y; +#if 0 if (splitscreen > 1) // 3P/4P has trouble supporting this, anyone want to fix it? :p return; +#endif // Make sure table is built if (heatshifter == NULL || lastheight != viewheight)