mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +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:
|
||||
//check for text based headers
|
||||
COM_Parse((char*)buf);
|
||||
#ifdef MD5MODELS
|
||||
if (!strcmp(com_token, "MD5Version"))
|
||||
{
|
||||
GLMod_LoadMD5MeshModel (mod, buf);
|
||||
|
@ -695,6 +696,7 @@ couldntload:
|
|||
break;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
{
|
||||
Con_Printf("Unrecognised model format %i\n", LittleLong(*(unsigned *)buf));
|
||||
goto couldntload;
|
||||
|
|
Loading…
Reference in a new issue