From 8ac5ecc67a9352810c4db22b11e536fc176fc8ab Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 5 Jan 2007 23:35:30 +0000 Subject: Fix typing '_' and '+' in textscreen code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 815 --- textscreen/txt_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/textscreen/txt_main.c b/textscreen/txt_main.c index deae384d..d4b320a6 100644 --- a/textscreen/txt_main.c +++ b/textscreen/txt_main.c @@ -254,11 +254,8 @@ static int TranslateKey(SDL_keysym *sym) case SDLK_PAUSE: return KEY_PAUSE; - case SDLK_EQUALS: case SDLK_KP_EQUALS: return KEY_EQUALS; - case SDLK_MINUS: return KEY_MINUS; - case SDLK_LSHIFT: case SDLK_RSHIFT: return KEY_RSHIFT; -- cgit v1.2.3