mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-17 01:11:18 +00:00
Fix for minimal build.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1235 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9350d79073
commit
467f564f1a
1 changed files with 2 additions and 0 deletions
|
@ -684,6 +684,7 @@ couldntload:
|
||||||
default:
|
default:
|
||||||
//check for text based headers
|
//check for text based headers
|
||||||
COM_Parse((char*)buf);
|
COM_Parse((char*)buf);
|
||||||
|
#ifdef MD5MODELS
|
||||||
if (!strcmp(com_token, "MD5Version"))
|
if (!strcmp(com_token, "MD5Version"))
|
||||||
{
|
{
|
||||||
GLMod_LoadMD5MeshModel (mod, buf);
|
GLMod_LoadMD5MeshModel (mod, buf);
|
||||||
|
@ -695,6 +696,7 @@ couldntload:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
Con_Printf("Unrecognised model format %i\n", LittleLong(*(unsigned *)buf));
|
Con_Printf("Unrecognised model format %i\n", LittleLong(*(unsigned *)buf));
|
||||||
goto couldntload;
|
goto couldntload;
|
||||||
|
|
Loading…
Reference in a new issue