]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.c
changed several DPrint's and developer cvar checks to higher developer cvar levels...
[xonotic/darkplaces.git] / image.c
diff --git a/image.c b/image.c
index 21e809ed8360ddd11a0c24f05261e578ef09c106..3fa3f3ba1ff07663d91ed12260e30bf847c2d1e9 100644 (file)
--- a/image.c
+++ b/image.c
@@ -754,7 +754,8 @@ unsigned char *loadimagepixels (const char *filename, qboolean complain, int mat
                        Mem_Free(f);
                        if (data)
                        {
-                               Con_DPrintf("loaded image %s (%dx%d)\n", name, image_width, image_height);
+                               if (developer.integer >= 10)
+                                       Con_Printf("loaded image %s (%dx%d)\n", name, image_width, image_height);
                                if (developer_memorydebug.integer)
                                        Mem_CheckSentinelsGlobal();
                                return data;