summaryrefslogtreecommitdiff
path: root/src/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_main.c')
-rw-r--r--src/d_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d_main.c b/src/d_main.c
index ca459022..a511daf7 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -512,7 +512,7 @@ void D_DoAdvanceDemo (void)
{
case 0:
if ( gamemode == commercial )
- pagetic = 35 * 11;
+ pagetic = TICRATE * 11;
else
pagetic = 170;
gamestate = GS_DEMOSCREEN;
@@ -537,7 +537,7 @@ void D_DoAdvanceDemo (void)
gamestate = GS_DEMOSCREEN;
if ( gamemode == commercial)
{
- pagetic = 35 * 11;
+ pagetic = TICRATE * 11;
pagename = DEH_String("TITLEPIC");
S_StartMusic(mus_dm2ttl);
}