summaryrefslogtreecommitdiff
path: root/src/heretic/d_main.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-28 15:53:52 +0000
committerSimon Howard2008-09-28 15:53:52 +0000
commitbde39eee6442e697fdc37bd7ee1334551c86af8c (patch)
tree661e0198a9fc24e470df37aba7c71d5587aeb430 /src/heretic/d_main.c
parent50ea490a9b543becb43889d911ea0040dd965cbe (diff)
downloadchocolate-doom-bde39eee6442e697fdc37bd7ee1334551c86af8c.tar.gz
chocolate-doom-bde39eee6442e697fdc37bd7ee1334551c86af8c.tar.bz2
chocolate-doom-bde39eee6442e697fdc37bd7ee1334551c86af8c.zip
Tidy up heretic start up messages.
Subversion-branch: /branches/raven-branch Subversion-revision: 1301
Diffstat (limited to 'src/heretic/d_main.c')
-rw-r--r--src/heretic/d_main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index 8c7a14d0..19944c21 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -990,8 +990,9 @@ void D_DoomMain(void)
hgotoxy(17, 7);
hprintf("Loading graphics", 0x3f);
R_Init();
+ tprintf("\n", 0);
- tprintf("P_Init: Init Playloop state.", 1);
+ tprintf("P_Init: Init Playloop state.\n", 1);
hgotoxy(17, 8);
hprintf("Init game engine.", 0x3f);
P_Init();
@@ -1001,7 +1002,7 @@ void D_DoomMain(void)
I_Init();
IncThermo();
- tprintf("S_Init... ", 1);
+ tprintf("S_Init: Setting up sound.\n", 1);
S_Init();
//IO_StartupTimer();
S_Start();