]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.c
sp2 loader no longer errors if an image is missing
[xonotic/darkplaces.git] / model_sprite.c
index ad82c761faf2b163b5f0f7109fc69b547bc46c6f..2843b5d0fb1c0bcb83d1e45e5c32354f2938c0cf 100644 (file)
@@ -391,7 +391,7 @@ void Mod_IDS2_Load(model_t *mod, void *buffer, void *bufferend)
 
                if (width > 0 && height > 0 && cls.state != ca_dedicated)
                        if (!Mod_LoadSkinFrame(&sprframe->texture.skinframes[0], pinframe->name, texflags, false, false))
-                               Host_Error("Mod_IDS2_Load: failed to load %s", pinframe->name);
+                               Con_Printf("Mod_IDS2_Load: failed to load %s", pinframe->name);
 
                Mod_SpriteSetupTexture(sprframe, fullbright, false);
        }