From 9a8e82e5dfad65fabf6ada8e4efef2e87f51b194 Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Fri, 19 May 2000 10:09:19 +0000 Subject: [PATCH] Oops, forgot an extern. --- source/vid_wgl.c | 2 ++ source/vid_win.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/vid_wgl.c b/source/vid_wgl.c index 48476e1..55b692d 100644 --- a/source/vid_wgl.c +++ b/source/vid_wgl.c @@ -974,6 +974,8 @@ MAIN WINDOW =================================================================== */ +extern qboolean keydown[256]; + /* ================ ClearAllStates diff --git a/source/vid_win.c b/source/vid_win.c index e51c450..2bd1378 100644 --- a/source/vid_win.c +++ b/source/vid_win.c @@ -270,6 +270,8 @@ void VID_UpdateWindowStatus (void) } +extern qboolean keydown[256]; + /* ================ ClearAllStates