--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua Tue Jul 10 16:44:13 2018 +0200
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua Tue Jul 10 17:11:31 2018 +0200
@@ -380,7 +380,7 @@
loc("Quit: [Esc]").."|"..
loc("Pause: [P]").."| |"..
loc("To begin with the training, hit the attack key!").."|"..
- loc("Attack: [Space]"), 2, 900000)
+ loc("Attack: [Space]"), 2, 900000, true)
-- TODO: This and other training missions are currently hardcoding control names.
-- This should be fixed eventually.