From: Holger Schemel Date: Tue, 25 Jul 2017 19:32:47 +0000 (+0200) Subject: changed joystick direction texts to more generic 'axis/pad' in setup menu X-Git-Tag: 4.0.1.0~19 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=becf6867226b0c3d24f12a9ed76440f36234c9e8 changed joystick direction texts to more generic 'axis/pad' in setup menu --- diff --git a/src/screens.c b/src/screens.c index 265c9e2f..be86d2e6 100644 --- a/src/screens.c +++ b/src/screens.c @@ -6003,10 +6003,10 @@ static void drawPlayerSetupInputInfo(int player_nr, boolean active) char *text; } custom[] = { - { &custom_key.left, "Joystick Left" }, - { &custom_key.right, "Joystick Right" }, - { &custom_key.up, "Joystick Up" }, - { &custom_key.down, "Joystick Down" }, + { &custom_key.left, "Axis/Pad Left" }, + { &custom_key.right, "Axis/Pad Right" }, + { &custom_key.up, "Axis/Pad Up" }, + { &custom_key.down, "Axis/Pad Down" }, { &custom_key.snap, "Button 1/A/X" }, { &custom_key.drop, "Button 2/B/Y" } };