From 1698e2d98653712d1c4119f2338ff4e344bf5fd6 Mon Sep 17 00:00:00 2001 From: Jaime Passos Date: Mon, 18 Nov 2019 19:08:04 -0300 Subject: [PATCH] adjust duration --- src/f_wipe.c | 9 --------- src/st_stuff.c | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/f_wipe.c b/src/f_wipe.c index ad0e89c13..17ffbe0c4 100644 --- a/src/f_wipe.c +++ b/src/f_wipe.c @@ -450,15 +450,6 @@ void F_RunWipe(UINT8 wipetype, boolean drawMenu) #endif F_DoWipe(fmask); - // draw level title - if ((WipeStageTitle && st_overlay) - && !(mapheaderinfo[gamemap-1]->levelflags & LF_NOTITLECARD) - && *mapheaderinfo[gamemap-1]->lvlttl != '\0') - { - ST_runTitleCard(); - ST_drawWipeTitleCard(); - } - I_OsPolling(); I_UpdateNoBlit(); diff --git a/src/st_stuff.c b/src/st_stuff.c index 2b1b8e3ca..4e8afa16a 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -1202,7 +1202,7 @@ void ST_startTitleCard(void) // initialize HUD variables lt_ticker = lt_exitticker = lt_lasttic = 0; - lt_endtime = 2*TICRATE; + lt_endtime = 2*TICRATE + (10*NEWTICRATERATIO); lt_scroll = BASEVIDWIDTH * FRACUNIT; lt_zigzag = -((lt_patches[1])->width * FRACUNIT); lt_mom = 0;