mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 22:41:47 +00:00
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:
parent
eb8f1f7149
commit
b94e7f7ff1
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue