tweeked that a bit... well, it got rid of a warning, so...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@519 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-23 01:12:42 +00:00
parent eb8f1f7149
commit b94e7f7ff1

View file

@ -4054,7 +4054,10 @@ void COM_Gamedir (char *dir)
}
#ifdef Q3SHADERS
Shader_Init();
{
extern void Shader_Init(void);
Shader_Init(); //FIXME!
}
#endif
Validation_FlushFileList(); //prevent previous hacks from making a difference.