X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=model_shared.c;h=81fd300c1868d0b5d2b22d7e7ab2c60a0e94e303;hb=7d9b2407c16f91d50b4b05e6dbbabc8d60d996b5;hp=da90f78505d49fdb39e8bb207962c5e3e7680356;hpb=902f14e9a4773dd27a338562511f418763b903f7;p=xonotic%2Fdarkplaces.git diff --git a/model_shared.c b/model_shared.c index da90f785..81fd300c 100644 --- a/model_shared.c +++ b/model_shared.c @@ -201,7 +201,7 @@ static model_t *Mod_LoadModel(model_t *mod, qboolean crash, qboolean checkdisk, else if (!memcmp(buf, "ZYMOTICMODEL", 12)) Mod_ZYMOTICMODEL_Load(mod, buf); else if (strlen(mod->name) >= 4 && !strcmp(mod->name - 4, ".map")) Mod_MAP_Load(mod, buf); else if (num == BSPVERSION || num == 30) Mod_Q1BSP_Load(mod, buf); - else Host_Error("Mod_LoadModel: model \"%s\" is of unknown/unsupported type\n", mod->name); + else Con_Printf("Mod_LoadModel: model \"%s\" is of unknown/unsupported type\n", mod->name); Mem_Free(buf); } else if (crash)