From 6fb48ec9e5b39762fb6c1119ec17b06c7cc4ec1c Mon Sep 17 00:00:00 2001 From: Yan Sweitzer Date: Sun, 14 May 2000 10:46:48 +0000 Subject: [PATCH] fixed external ref to scr_skipupdate --- source/gl_vidnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_vidnt.c b/source/gl_vidnt.c index babced6..7df01e5 100644 --- a/source/gl_vidnt.c +++ b/source/gl_vidnt.c @@ -77,7 +77,7 @@ const char *gl_version; const char *gl_extensions; qboolean DDActive; -extern qboolean scr_skipupdate; +qboolean scr_skipupdate; static vmode_t modelist[MAX_MODE_LIST]; static int nummodes;