From 0a5c3c28522f512f31dae3091668126c1eae787d Mon Sep 17 00:00:00 2001 From: Paramat Date: Thu, 8 Jun 2017 08:57:00 +0100 Subject: Autorun: Change to 'autoforward' (#5926) Minetest does not have 'run'. Automatic forwards is very often used while flying or swimming, so a general word is more suitable. --- builtin/settingtypes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index a0a4d80e5..6a6b958cc 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -101,7 +101,7 @@ repeat_rightclick_time (Rightclick repetition interval) float 0.25 # Enable random user input (only used for testing). random_input (Random input) bool false -# Continuous forward movement (only used for testing). +# Continuous forward movement, toggled by autoforward key. continuous_forward (Continuous forward) bool false # Enable Joysticks @@ -206,9 +206,9 @@ keymap_increase_volume (Inc. volume key) key # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 keymap_decrease_volume (Dec. volume key) key -# Key for toggling autorun. +# Key for toggling autoforward. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 -keymap_autorun (Autorun key) key +keymap_autoforward (Automatic forwards key) key # Key for toggling cinematic mode. # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3 -- cgit v1.2.3