ref: 40b85ee37038b5ca6f3b1f85ffd8c3427dfa68bb
parent: bef190087e4efaa75f07487accbbfac4a9ac9802
author: Archenoth <archenoth@gmail.com>
date: Fri Jan 21 14:44:40 EST 2022
Changed "Run on" -> "Run" in mouse setup This more closely lines up with existing language in the project
--- a/src/setup/mouse.c
+++ b/src/setup/mouse.c
@@ -107,7 +107,7 @@
AddMouseControl(buttons_table, "Previous weapon", &mousebprevweapon);
AddMouseControl(buttons_table, "Strafe on", &mousebstrafe);
AddMouseControl(buttons_table, "Next weapon", &mousebnextweapon);
- AddMouseControl(buttons_table, "Run on", &mousebspeed);
+ AddMouseControl(buttons_table, "Run", &mousebspeed);
if (gamemission == heretic)
{