mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
wip
This commit is contained in:
parent
a2a63c5e7f
commit
06ddf55709
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue