From a2635b2b863e8cc7fba204c3cfc8c8379a52bcfd Mon Sep 17 00:00:00 2001 From: GoldenTails Date: Sat, 6 Jun 2020 07:30:32 -0500 Subject: [PATCH] The only "use" that I had to change to "spin" after a manual half hour search --- src/g_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_input.c b/src/g_input.c index 441aa8dda..55d91a8f5 100644 --- a/src/g_input.c +++ b/src/g_input.c @@ -583,7 +583,7 @@ static const char *gamecontrolname[num_gamecontrols] = "fire", "firenormal", "tossflag", - "use", + "spin", "camtoggle", "camreset", "lookup",