share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 13468 4c47a480009b
parent 13466 c6ecb87b3231
child 13583 141cdfe0f3ca
--- 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.