sdl: reverted default frame advance key to backslash (from backtick)

[[Split portion of a mixed commit.]]
This commit is contained in:
punkrockguy318 2012-04-07 21:47:58 +00:00
parent 1d373efe0d
commit 9416d2de9e
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ InitConfig()
SDLK_PAUSE, // pause SDLK_PAUSE, // pause
SDLK_MINUS, // speed++ SDLK_MINUS, // speed++
SDLK_EQUALS, // speed-- SDLK_EQUALS, // speed--
SDLK_BACKQUOTE, //frame advnace SDLK_BACKSLASH, //frame advnace
SDLK_TAB, // turbo SDLK_TAB, // turbo
SDLK_COMMA, // toggle input display SDLK_COMMA, // toggle input display
SDLK_q, // toggle movie RW SDLK_q, // toggle movie RW