r175 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 23 11:27:59 EDT 2005


Author: ludwig
Date: 2005-10-23 11:27:59 -0400 (Sun, 23 Oct 2005)
New Revision: 175

Modified:
   trunk/code/unix/sdl_glimp.c
Log:
remove french keyboard hack. we cannot know what this does on other
layouts


Modified: trunk/code/unix/sdl_glimp.c
===================================================================
--- trunk/code/unix/sdl_glimp.c	2005-10-23 15:25:23 UTC (rev 174)
+++ trunk/code/unix/sdl_glimp.c	2005-10-23 15:27:59 UTC (rev 175)
@@ -214,7 +214,6 @@
   case SDLK_KP_MINUS: *key = K_KP_MINUS; break;
   case SDLK_KP_DIVIDE: *key = K_KP_SLASH; break;
 
-  case SDLK_WORLD_18: *key = '~'; break; // hack for french keyboards
   default: break;
   } 
 




More information about the quake3-commits mailing list