]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.c
changed a ton of developer cvar checks into developer_extra/insane
[xonotic/darkplaces.git] / image.c
diff --git a/image.c b/image.c
index 55828225a78a1ae623de6e9fd3bb536161b96c39..ef0aac4e90a2f547e60b9d46e6baaa124c29b8cd 100644 (file)
--- a/image.c
+++ b/image.c
@@ -912,8 +912,8 @@ unsigned char *loadimagepixelsbgra (const char *filename, qboolean complain, qbo
                        }
                        if (data)
                        {
-                               if (developer.integer >= 10)
-                                       Con_Printf("loaded image %s (%dx%d)\n", name, image_width, image_height);
+                               if (developer_loading.integer)
+                                       Con_DPrintf("loaded image %s (%dx%d)\n", name, image_width, image_height);
                                //if (developer_memorydebug.integer)
                                //      Mem_CheckSentinelsGlobal();
                                if(allowFixtrans && r_fixtrans_auto.integer)