diff --git a/projects/mtg/src/GameOptions.cpp b/projects/mtg/src/GameOptions.cpp index 4357607cd..7cd966c24 100644 --- a/projects/mtg/src/GameOptions.cpp +++ b/projects/mtg/src/GameOptions.cpp @@ -34,10 +34,12 @@ const string Options::optionNames[] = { "interruptSeconds", #if defined(WIN32) "keybindings_win", -#elsif defined(LINUX) +#else +#if defined(LINUX) "keybindings_x", #else "keybindings_psp", +#endif #endif "interruptMySpells", "interruptMyAbilities",