From ac29f9715c1f4ea92e0e7c69691e5e75add82534 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Sun, 14 Feb 2010 14:25:23 +0000 Subject: [PATCH] J : * Seems Visual doesn't understand #elsif... lol --- projects/mtg/src/GameOptions.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",