From 99e1dc6728c1d2125a1635a8065b26637d9e8ed3 Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 15 Jan 2003 13:21:19 +0000 Subject: [PATCH] changed a debugging notice about texture loading git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2694 d7cf8633-e32d-0410-b094-e92efae38249 --- model_brush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_brush.c b/model_brush.c index 6e7c54f5..3e950d8b 100644 --- a/model_brush.c +++ b/model_brush.c @@ -463,7 +463,7 @@ static void Mod_LoadLighting (lump_t *l) i = LittleLong(((int *)data)[1]); if (i == 1) { - Con_DPrintf("%s loaded", litfilename); + Con_DPrintf("loaded %s\n", litfilename); loadmodel->lightdata = Mem_Alloc(loadmodel->mempool, loadsize - 8); memcpy(loadmodel->lightdata, data + 8, loadsize - 8); Mem_Free(data); -- 2.39.2