From: havoc Date: Sun, 10 Oct 2004 18:50:38 +0000 (+0000) Subject: made MapKey static since it's not used anywhere else X-Git-Tag: xonotic-v0.1.0preview~5500 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a79d83c7ca49dd7705378d5981849fa802064d3d;p=xonotic%2Fdarkplaces.git made MapKey static since it's not used anywhere else git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4619 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/vid_wgl.c b/vid_wgl.c index 9e43ff12..8f9c2dc8 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -378,7 +378,7 @@ MapKey Map from windows to quake keynums ======= */ -int MapKey (int key, int virtualkey) +static int MapKey (int key, int virtualkey) { int result; int modified = (key >> 16) & 255;