We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed43b7d commit 5782ec3Copy full SHA for 5782ec3
src/m_menu.c
@@ -13415,7 +13415,11 @@ static void M_DrawControl(void)
13415
else
13416
V_DrawCenteredString(BASEVIDWIDTH/2, 30, 0,
13417
(setupcontrols_secondaryplayer ? "SET CONTROLS FOR SECONDARY PLAYER" :
13418
+ #ifdef __SWITCH__
13419
+ "PRESS A TO CHANGE, X TO CLEAR"));
13420
+ #else
13421
"PRESS ENTER TO CHANGE, BACKSPACE TO CLEAR"));
13422
+ #endif
13423
13424
if (i)
13425
V_DrawString(currentMenu->x - 16, y-(skullAnimCounter/5), V_YELLOWMAP, "\x1A"); // up arrow
0 commit comments