From b94e7f7ff13ef707b9d79da1d72b263669a7f718 Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 23 Nov 2004 01:12:42 +0000 Subject: [PATCH] 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 --- engine/common/common.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/engine/common/common.c b/engine/common/common.c index 664b018f6..c469305fc 100644 --- a/engine/common/common.c +++ b/engine/common/common.c @@ -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.