From bde39eee6442e697fdc37bd7ee1334551c86af8c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 28 Sep 2008 15:53:52 +0000 Subject: Tidy up heretic start up messages. Subversion-branch: /branches/raven-branch Subversion-revision: 1301 --- src/heretic/d_main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/heretic/d_main.c') 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(); -- cgit v1.2.3