sdl: fix bug introduced in a previous commit where hotkeys were mapped incorrectly

This commit is contained in:
punkrockguy318 2011-10-11 23:01:24 +00:00
parent 0fa5caf1e6
commit 30905d23f3
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ InitConfig()
SDLK_COMMA, // toggle input display
SDLK_q, // toggle movie RW
SDLK_QUOTE, // toggle mute capture
//SDLK_ESCAPE, // quit
0, // quit // edit 10/11/11 - don't map to escape, it causes ugly things to happen to sdl. can be manually appended to config
SDLK_DELETE, // frame advance lag skip
SDLK_SLASH, // lag counter display
SDLK_0, SDLK_1, SDLK_2, SDLK_3, SDLK_4, SDLK_5,