We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f5fd7 commit c66cb56Copy full SHA for c66cb56
src/supertux/gameconfig.cpp
@@ -209,7 +209,7 @@ Config::load()
209
}
210
211
#ifdef ENABLE_TOUCHSCREEN_SUPPORT
212
-#if SHOW_TOUCHSCREEN_CONTROLS
+#ifdef SHOW_TOUCHSCREEN_CONTROLS
213
config_control_mapping->get("mobile_controls", mobile_controls, true);
214
#else
215
config_control_mapping->get("mobile_controls", mobile_controls, false);
0 commit comments