From b458234c349b616ace7009a4c79c900318dd5d41 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 9 Jun 2009 21:48:22 +0000 Subject: [PATCH] - Removed F16 mapping for SDL, because I guess it's not present in SDL 1.2. SVN r1662 (trunk) --- src/sdl/i_input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl/i_input.cpp b/src/sdl/i_input.cpp index 5071d8eca..4b550b385 100644 --- a/src/sdl/i_input.cpp +++ b/src/sdl/i_input.cpp @@ -158,7 +158,7 @@ static WORD DIKToKeySym[256] = SDLK_KP8, SDLK_KP9, SDLK_KP_MINUS, SDLK_KP4, SDLK_KP5, SDLK_KP6, SDLK_KP_PLUS, SDLK_KP1, SDLK_KP2, SDLK_KP3, SDLK_KP0, SDLK_KP_PERIOD, 0, 0, 0, SDLK_F11, SDLK_F12, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, SDLK_F13, SDLK_F14, SDLK_F15, SDLK_F16, + 0, 0, 0, 0, SDLK_F13, SDLK_F14, SDLK_F15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,