Skip to content

Commit c66cb56

Browse files
author
Semphris
committed
Fix warnings
1 parent b0f5fd7 commit c66cb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supertux/gameconfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Config::load()
209209
}
210210

211211
#ifdef ENABLE_TOUCHSCREEN_SUPPORT
212-
#if SHOW_TOUCHSCREEN_CONTROLS
212+
#ifdef SHOW_TOUCHSCREEN_CONTROLS
213213
config_control_mapping->get("mobile_controls", mobile_controls, true);
214214
#else
215215
config_control_mapping->get("mobile_controls", mobile_controls, false);

0 commit comments

Comments
 (0)