Fixed JGE key binding in SDL config

This commit is contained in:
Xawotihs
2011-05-26 21:24:17 +00:00
parent 5cf764310e
commit 0e26368c89
4 changed files with 18 additions and 23 deletions

View File

@@ -33,18 +33,16 @@ const string Options::optionNames[] = {
"transitions",
"bgStyle",
"interruptSeconds",
#if defined(QT_CONFIG)
#if defined(SDL_CONFIG)
"keybindings_sdl",
#elif defined(QT_CONFIG)
"keybindings_qt",
#else
#if defined(WIN32)
#elif defined(WIN32)
"keybindings_win",
#else
#if defined(LINUX)
#elif defined(LINUX)
"keybindings_x",
#else
"keybindings_psp",
#endif
#endif
#endif
"aidecks",
"interruptMySpells",