mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
restore zigzags
This commit is contained in:
parent
b7f2b74d9a
commit
dc70a24b30
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…
Reference in a new issue