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/r_main.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/heretic/r_main.c') diff --git a/src/heretic/r_main.c b/src/heretic/r_main.c index 975dce0c..e75d35bb 100644 --- a/src/heretic/r_main.c +++ b/src/heretic/r_main.c @@ -666,26 +666,26 @@ int screenblocks = 10; void R_Init(void) { - tprintf("R_InitData ", 1); + //tprintf("R_InitData ", 1); R_InitData(); -//printf ("."); - tprintf("R_InitPointToAngle\n", 0); + printf ("."); + //tprintf("R_InitPointToAngle\n", 0); R_InitPointToAngle(); -//printf ("."); - tprintf("R_InitTables ", 0); + printf ("."); + //tprintf("R_InitTables ", 0); R_InitTables(); // viewwidth / viewheight / detailLevel are set by the defaults -//printf ("."); + printf ("."); R_SetViewSize(screenblocks, detailLevel); - tprintf("R_InitPlanes\n", 0); + //tprintf("R_InitPlanes\n", 0); R_InitPlanes(); -//printf ("."); - tprintf("R_InitLightTables ", 0); + printf ("."); + //tprintf("R_InitLightTables ", 0); R_InitLightTables(); -//printf ("."); - tprintf("R_InitSkyMap\n", 0); + printf ("."); + //tprintf("R_InitSkyMap\n", 0); R_InitSkyMap(); -//printf ("."); + printf ("."); R_InitTranslationTables(); framecount = 0; } -- cgit v1.2.3