mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
restore zigzags
This commit is contained in:
parent
0f9aa2fcb0
commit
649d040cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -1314,7 +1314,7 @@ void ST_drawTitleCard(void)
|
|||
if (lvlttlxpos < 0)
|
||||
lvlttlxpos = 0;
|
||||
|
||||
if (!splitscreen)
|
||||
if (!splitscreen || (splitscreen && stplyr == &players[displayplayer]))
|
||||
{
|
||||
zzticker = lt_ticker;
|
||||
V_DrawScaledPatch(FixedInt(lt_zigzag), (-zzticker) % zigzag->height, V_SNAPTOTOP|V_SNAPTOLEFT, zigzag);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue