From 7335308b81a410fc6093cd7718f81583b920aa12 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 16 Oct 2005 03:56:32 +0000 Subject: [PATCH] Needed for a small but important fix with heightmap maps. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1484 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/render.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/render.h b/engine/client/render.h index 4770c9b30..741a86e81 100644 --- a/engine/client/render.h +++ b/engine/client/render.h @@ -301,6 +301,8 @@ void SWMod_Think (void); void SWMod_NowLoadExternal(void); #endif +extern struct model_s *currentmodel; + qboolean Media_ShowFilm(void); void Media_CaptureDemoEnd(void); void Media_RecordAudioFrame (short *sample_buffer, int samples);