]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.c
spark showers on explosions, better sparks on bullet impacts
[xonotic/darkplaces.git] / model_shared.c
index ecfe872a74720ee91fa995af4c15ab7cd32f5b02..80ca54b59dd8f59514bd54f620212352c0de55be 100644 (file)
@@ -167,6 +167,8 @@ model_t *Mod_LoadModel (model_t *mod, qboolean crash)
                        return mod;             // not cached at all
        }
 
+       Con_DPrintf("loading model %s\n", mod->name);
+
 // load the file
        buf = (unsigned *)COM_LoadMallocFile (mod->name, false);
 //     buf = (unsigned *)COM_LoadStackFile (mod->name, stackbuf, sizeof(stackbuf), false);